mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-23 04:47:03 +00:00
NULL character support
This commit is contained in:
@@ -54,6 +54,7 @@ struct zint_symbol *ZBarcode_Create()
|
||||
symbol->row_height[i] = 0;
|
||||
}
|
||||
return symbol;
|
||||
symbol->nullchar = 0x00;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user