mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Stop outputting text!
This commit is contained in:
parent
437cfb823d
commit
7b6cb2699c
@ -667,12 +667,12 @@ int codablock(struct zint_symbol *symbol, unsigned char source[])
|
||||
for(i = 0; i < rows_needed; i++) {
|
||||
int writer, flip_flop;
|
||||
|
||||
printf("row %d: ",i);
|
||||
/*printf("row %d: ",i);
|
||||
printf("103 %d %d [", subset_selector[i], row_indicator[i]);
|
||||
for(j = 0; j < columns_needed; j++) {
|
||||
printf("%d ",blockmatrix[i][j]);
|
||||
}
|
||||
printf("] %d 106\n", row_check[i]);
|
||||
printf("] %d 106\n", row_check[i]);*/
|
||||
|
||||
strcpy(row_pattern, "");
|
||||
/* Start character */
|
||||
|
Loading…
Reference in New Issue
Block a user