mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 08:34:36 -04:00
Add GS1 encoding
This commit is contained in:
parent
31ffc6e644
commit
3c5b7d5a2e
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue