mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
warning--
This commit is contained in:
@@ -383,7 +383,7 @@ int c93(struct zint_symbol *symbol, unsigned char source[])
|
|||||||
error_number = 0;
|
error_number = 0;
|
||||||
strcpy(dest, "");
|
strcpy(dest, "");
|
||||||
|
|
||||||
strcpy(local_source, (char *) source);
|
ustrcpy(local_source, source);
|
||||||
|
|
||||||
if(ustrlen(local_source) > 45) {
|
if(ustrlen(local_source) > 45) {
|
||||||
/* This stops rediculously long input - the actual length of the barcode
|
/* This stops rediculously long input - the actual length of the barcode
|
||||||
|
|||||||
Reference in New Issue
Block a user