mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-23 11:56:03 +00:00
Further clean up of error messages
This commit is contained in:
@@ -1285,7 +1285,7 @@ INTERNAL int aztec(struct zint_symbol *symbol, unsigned char source[], const siz
|
||||
|
||||
if (adjusted_length > data_maxsize) {
|
||||
symbol->err_origin = 505;
|
||||
strcpy(symbol->errtxt, _("Data too long for specified Aztec Code symbol size"));
|
||||
strcpy(symbol->errtxt, _("Input too long for selected symbol size"));
|
||||
return ZINT_ERROR_TOO_LONG;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user