mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Keep Quiet!
This commit is contained in:
parent
cb0e4e27e8
commit
74cfab11f0
@ -585,14 +585,14 @@ int ZBarcode_Print(struct zint_symbol *symbol)
|
||||
int error_number;
|
||||
char output[4];
|
||||
|
||||
int i, j;
|
||||
/* int i, j;
|
||||
|
||||
for(i = 0; i < symbol->rows; i++) {
|
||||
for(j = 0; j < symbol->width / 7; j++) {
|
||||
printf("%2.2X ", symbol->encoded_data[i][j]);
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
} */
|
||||
|
||||
if(strlen(symbol->outfile) > 3) {
|
||||
output[0] = symbol->outfile[strlen(symbol->outfile) - 3];
|
||||
|
Loading…
Reference in New Issue
Block a user