mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Set default start mode (remove compiler warning)
This commit is contained in:
parent
45ce52df25
commit
044b827fff
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user