mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
typo--
This commit is contained in:
parent
6283fdf247
commit
aa1c9afc66
@ -305,7 +305,7 @@ int code16k(struct zint_symbol *symbol, unsigned char source[])
|
|||||||
c_count = 0;
|
c_count = 0;
|
||||||
for(i = 0; i < read; i++) {
|
for(i = 0; i < read; i++) {
|
||||||
if(set[i] == 'C') {
|
if(set[i] == 'C') {
|
||||||
if((reduced[i] == '[') && gs1) {
|
if((source[i] == '[') && gs1) {
|
||||||
if(c_count % 2) { set[i - c_count] = 'B'; }
|
if(c_count % 2) { set[i - c_count] = 'B'; }
|
||||||
c_count = 0;
|
c_count = 0;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user