mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
Add verbose mode to output debug info without recompiling
This commit is contained in:
parent
5acbffff0d
commit
6f4610aa98
11 changed files with 26 additions and 22 deletions
|
@ -72,6 +72,7 @@ struct zint_symbol *ZBarcode_Create() {
|
|||
symbol->bitmap_height = 0;
|
||||
symbol->eci = 3;
|
||||
symbol->dot_size = 4.0 / 5.0;
|
||||
symbol->debug = 0;
|
||||
return symbol;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue