mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 06:34:32 -04:00
typo--
This commit is contained in:
parent
6283fdf247
commit
aa1c9afc66
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ int code16k(struct zint_symbol *symbol, unsigned char source[])
|
|||
c_count = 0;
|
||||
for(i = 0; i < read; i++) {
|
||||
if(set[i] == 'C') {
|
||||
if((reduced[i] == '[') && gs1) {
|
||||
if((source[i] == '[') && gs1) {
|
||||
if(c_count % 2) { set[i - c_count] = 'B'; }
|
||||
c_count = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue