Set default start mode (remove compiler warning)

This commit is contained in:
Robin Stuart 2016-04-30 14:22:23 +01:00
parent 45ce52df25
commit 044b827fff

View File

@ -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;