warnings --

This commit is contained in:
taipanromania 2008-10-03 09:26:27 +00:00
parent 24576a15fc
commit b1b43da367
12 changed files with 81 additions and 67 deletions

View file

@ -518,7 +518,7 @@ int imail(struct zint_symbol *symbol, unsigned char source[])
accum[103] = 0;
accum[102] = 0;
strcpy(byte_array, "");
memset(byte_array, 0, 13);
for(j = 0; j < 13; j++) {
i = 96 - (8 * j);
byte_array[j] = 0;