Keep Quiet!

This commit is contained in:
hooper114 2009-05-31 21:10:01 +00:00
parent cb0e4e27e8
commit 74cfab11f0

View File

@ -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];