mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 06:15:23 -04:00
Remove typo from Grid Matrix codeword dividing table
Bugfix by brunt, Fixes #34
This commit is contained in:
parent
ee12f3569b
commit
d3b6c9ec07
1 changed files with 2 additions and 1 deletions
|
@ -83,6 +83,7 @@ static const int gm_b2[] = {
|
|||
0, 0, 0, 0, 0, 1, 2, 2, 4, 0, 4, 0, 6
|
||||
};
|
||||
|
||||
/* Values from table A.1 */
|
||||
static const int gm_ebeb[] = {
|
||||
/* E1 B3 E2 B4 */
|
||||
0, 0, 0, 0, // version 1
|
||||
|
@ -104,7 +105,7 @@ static const int gm_ebeb[] = {
|
|||
16, 2, 0, 0,
|
||||
24, 2, 0, 0,
|
||||
32, 2, 0, 0,
|
||||
41, 1, 10, 1,
|
||||
41, 1, 40, 1,
|
||||
12, 2, 0, 0, // version 5
|
||||
24, 2, 0, 0,
|
||||
36, 2, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue