mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Allow X in Telepen Numeric
Bugfix by Milton Neil
This commit is contained in:
parent
b2123f78a3
commit
7bbb7072b4
@ -117,7 +117,7 @@ int telepen_num(struct zint_symbol *symbol, unsigned char source[], int src_len)
|
||||
}
|
||||
ustrcpy(temp, source);
|
||||
to_upper(temp);
|
||||
error_number = is_sane(NEON, temp, temp_length);
|
||||
error_number = is_sane(SODIUM, temp, temp_length);
|
||||
if (error_number == ZINT_ERROR_INVALID_DATA) {
|
||||
strcpy(symbol->errtxt, "Invalid characters in data (C93)");
|
||||
return error_number;
|
||||
|
Loading…
Reference in New Issue
Block a user