mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 06:34:32 -04:00
warning--
This commit is contained in:
parent
c94243a74d
commit
5b05d8542c
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ int c93(struct zint_symbol *symbol, unsigned char source[])
|
|||
error_number = 0;
|
||||
strcpy(dest, "");
|
||||
|
||||
strcpy(local_source, (char *) source);
|
||||
ustrcpy(local_source, source);
|
||||
|
||||
if(ustrlen(local_source) > 45) {
|
||||
/* This stops rediculously long input - the actual length of the barcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue