mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
warnings --
This commit is contained in:
parent
24576a15fc
commit
b1b43da367
12 changed files with 81 additions and 67 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue