mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
Row indicator bugfix
This commit is contained in:
parent
fc121cba99
commit
3c33245242
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ int codablock(struct zint_symbol *symbol, unsigned char source[])
|
|||
row_indicator[i] = i + 42;
|
||||
} else {
|
||||
/* Code A or B */
|
||||
if( i < 7 )
|
||||
if( i < 6 )
|
||||
row_indicator[i] = i + 10;
|
||||
else
|
||||
row_indicator[i] = i + 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue