mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 10:27:09 +00:00
Set default start mode (remove compiler warning)
This commit is contained in:
@@ -1149,7 +1149,7 @@ int data_matrix_200(struct zint_symbol *symbol, unsigned char source[], const in
|
|||||||
int symbolsize, optionsize, calcsize;
|
int symbolsize, optionsize, calcsize;
|
||||||
int taillength, error_number = 0;
|
int taillength, error_number = 0;
|
||||||
int H, W, FH, FW, datablock, bytes, rsblock;
|
int H, W, FH, FW, datablock, bytes, rsblock;
|
||||||
int last_mode;
|
int last_mode = DM_ASCII;
|
||||||
unsigned char *grid = 0;
|
unsigned char *grid = 0;
|
||||||
int symbols_left;
|
int symbols_left;
|
||||||
inputlen = length;
|
inputlen = length;
|
||||||
|
|||||||
Reference in New Issue
Block a user