mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
Set default start mode (remove compiler warning)
This commit is contained in:
parent
45ce52df25
commit
044b827fff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue