mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
Ticket #7 Fix compilation warnings (bugs): uninitialzed use.
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user