mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add GS1 encoding
This commit is contained in:
@ -51,7 +51,7 @@ int code_49(struct zint_symbol *symbol, unsigned char source[])
|
||||
strcpy(symbol->errtxt, "Invalid characters in input data");
|
||||
return ERROR_INVALID_DATA;
|
||||
}
|
||||
if(gs1 && (i = 0)) {
|
||||
if(gs1 && (i == 0)) {
|
||||
concat(intermediate, "*"); /* FNC1 */
|
||||
}
|
||||
if(source[i] == symbol->nullchar) {
|
||||
|
Reference in New Issue
Block a user