mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
bugfix: Corruption of output_options data
This commit is contained in:
@ -329,7 +329,7 @@ int code_49(struct zint_symbol *symbol, unsigned char source[], const int length
|
||||
}
|
||||
|
||||
symbol->whitespace_width = 10;
|
||||
symbol->output_options = BARCODE_BIND;
|
||||
symbol->output_options += BARCODE_BIND;
|
||||
symbol->border_width = 2;
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user