mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Row indicator bugfix
This commit is contained in:
parent
fc121cba99
commit
3c33245242
@ -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…
Reference in New Issue
Block a user