1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 20:41:59 +00:00

Row indicator bugfix

This commit is contained in:
hooper114
2009-02-28 17:52:49 +00:00
parent fc121cba99
commit 3c33245242

View File

@@ -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;