From 3c33245242b29f3d696e0a4d5eae672972372612 Mon Sep 17 00:00:00 2001 From: hooper114 Date: Sat, 28 Feb 2009 17:52:49 +0000 Subject: [PATCH] Row indicator bugfix --- backend/blockf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/blockf.c b/backend/blockf.c index 6e891233..026744af 100644 --- a/backend/blockf.c +++ b/backend/blockf.c @@ -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;