mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add GS1PARENS_MODE (input_mode) to allow inputting GS1 AIs in parentheses
This commit is contained in:
@ -305,6 +305,10 @@ INTERNAL int c39(struct zint_symbol *symbol, unsigned char source[], int length)
|
||||
}
|
||||
}
|
||||
|
||||
if (symbol->debug) {
|
||||
printf("Barspaces: %s\n", dest);
|
||||
}
|
||||
|
||||
expand(symbol, dest);
|
||||
|
||||
if (symbol->symbology == BARCODE_CODE39) {
|
||||
|
Reference in New Issue
Block a user