mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
Keep Quiet!
This commit is contained in:
parent
cb0e4e27e8
commit
74cfab11f0
1 changed files with 2 additions and 2 deletions
|
@ -585,14 +585,14 @@ int ZBarcode_Print(struct zint_symbol *symbol)
|
||||||
int error_number;
|
int error_number;
|
||||||
char output[4];
|
char output[4];
|
||||||
|
|
||||||
int i, j;
|
/* int i, j;
|
||||||
|
|
||||||
for(i = 0; i < symbol->rows; i++) {
|
for(i = 0; i < symbol->rows; i++) {
|
||||||
for(j = 0; j < symbol->width / 7; j++) {
|
for(j = 0; j < symbol->width / 7; j++) {
|
||||||
printf("%2.2X ", symbol->encoded_data[i][j]);
|
printf("%2.2X ", symbol->encoded_data[i][j]);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
} */
|
||||||
|
|
||||||
if(strlen(symbol->outfile) > 3) {
|
if(strlen(symbol->outfile) > 3) {
|
||||||
output[0] = symbol->outfile[strlen(symbol->outfile) - 3];
|
output[0] = symbol->outfile[strlen(symbol->outfile) - 3];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue