mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Ticket #7 Fix compilation warnings (bugs): uninitialzed use.
This commit is contained in:
parent
cb6a126bf2
commit
bfb3964fc0
@ -190,7 +190,7 @@ int batch_process(struct zint_symbol *symbol, char *filename)
|
|||||||
{
|
{
|
||||||
FILE *file;
|
FILE *file;
|
||||||
unsigned char buffer[7100];
|
unsigned char buffer[7100];
|
||||||
unsigned char character;
|
unsigned char character = 0;
|
||||||
int posn = 0, error_number = 0, line_count = 1;
|
int posn = 0, error_number = 0, line_count = 1;
|
||||||
char output_file[127];
|
char output_file[127];
|
||||||
char number[12], reverse_number[12];
|
char number[12], reverse_number[12];
|
||||||
|
Loading…
Reference in New Issue
Block a user