From 44fc0ba93934ea9915fcd4f1902f49de57f2a949 Mon Sep 17 00:00:00 2001 From: Leo Uino Date: Wed, 13 Jul 2011 22:41:27 +0900 Subject: Fix evil table of constants --- lpg/libqr/constants.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lpg/libqr/constants.c') diff --git a/lpg/libqr/constants.c b/lpg/libqr/constants.c index 86f08ff..797d853 100644 --- a/lpg/libqr/constants.c +++ b/lpg/libqr/constants.c @@ -92,7 +92,7 @@ const int QR_RS_BLOCK_COUNT[40][4][2] = { { 1, 0, 1, 0, 1, 0, 1, 0 }, /* 2 */ { 1, 0, 1, 0, 2, 0, 2, 0 }, /* 3 */ { 1, 0, 2, 0, 2, 0, 4, 0 }, /* 4 */ - { 1, 0, 2, 0, 2, 0, 2, 0 }, /* 5 */ + { 1, 0, 2, 0, 2, 2, 2, 2 }, /* 5 */ { 2, 0, 4, 0, 4, 0, 4, 0 }, /* 6 */ { 2, 0, 4, 0, 2, 4, 4, 1 }, /* 7 */ { 2, 0, 2, 2, 4, 2, 4, 2 }, /* 8 */ -- cgit v1.2.3-70-g09d2