mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
Add verbose mode to output debug info without recompiling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user