mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
composite: EANX/UPCA/UPCE_CC addongap (option_2) not being passed to linear
This commit is contained in:
parent
04593ebc85
commit
b440692ee3
3 changed files with 161 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue