mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 18:07:02 +00:00
Bugfix: Ouput binding in raster images
Also: tidy up use of output_options
This commit is contained in:
@@ -329,7 +329,9 @@ int code_49(struct zint_symbol *symbol, unsigned char source[], const int length
|
||||
}
|
||||
|
||||
symbol->whitespace_width = 10;
|
||||
symbol->output_options += BARCODE_BIND;
|
||||
if (!(symbol->output_options & BARCODE_BIND)) {
|
||||
symbol->output_options += BARCODE_BIND;
|
||||
}
|
||||
symbol->border_width = 2;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user