mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
rss limited bug fix: finder for checksum 88 added.
Patch by Robin Stuart, ticket: https://github.com/zint/zint/issues/44
This commit is contained in:
parent
5c9a226ce5
commit
fdbe0c6338
@ -73,7 +73,7 @@ static int checksum_weight_ltd[28] = { /* Table 7 */
|
|||||||
1, 3, 9, 27, 81, 65, 17, 51, 64, 14, 42, 37, 22, 66,
|
1, 3, 9, 27, 81, 65, 17, 51, 64, 14, 42, 37, 22, 66,
|
||||||
20, 60, 2, 6, 18, 54, 73, 41, 34, 13, 39, 28, 84, 74
|
20, 60, 2, 6, 18, 54, 73, 41, 34, 13, 39, 28, 84, 74
|
||||||
};
|
};
|
||||||
static int finder_pattern_ltd[1232] = {
|
static int finder_pattern_ltd[1246] = {
|
||||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1,
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1,
|
||||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1,
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1,
|
||||||
1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1,
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 3, 1, 1, 1,
|
||||||
@ -161,7 +161,8 @@ static int finder_pattern_ltd[1232] = {
|
|||||||
2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 2, 1, 1, 1,
|
2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 2, 1, 1, 1,
|
||||||
2, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1,
|
2, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1,
|
||||||
2, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1,
|
2, 1, 1, 1, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1,
|
||||||
2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1
|
2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1,
|
||||||
|
2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 2, 1, 1
|
||||||
};
|
};
|
||||||
|
|
||||||
/* RSS Expanded Tables */
|
/* RSS Expanded Tables */
|
||||||
|
Loading…
Reference in New Issue
Block a user