mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
composite: EANX/UPCA/UPCE_CC addongap (option_2) not being passed to linear
This commit is contained in:
@ -1521,6 +1521,7 @@ INTERNAL int composite(struct zint_symbol *symbol, unsigned char source[], int l
|
||||
linear = ZBarcode_Create(); /* Symbol contains the 2D component and Linear contains the rest */
|
||||
|
||||
linear->symbology = symbol->symbology;
|
||||
linear->option_2 = symbol->option_2;
|
||||
linear->debug = symbol->debug;
|
||||
|
||||
if (linear->symbology != BARCODE_GS1_128_CC) {
|
||||
|
Reference in New Issue
Block a user