1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-01 01:07:13 +00:00

NULL character support

This commit is contained in:
hooper114
2009-01-02 21:09:16 +00:00
parent 1015a11b5a
commit d6df698918
20 changed files with 2286 additions and 1849 deletions

View File

@@ -46,6 +46,7 @@ struct zint_symbol {
char encoded_data[178][1000];
int row_height[155];
char errtxt[100];
char nullchar;
};
/* Tbarcode 7 codes */