mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Minor bugfix in Grid Matrix
Grid Matrix doesn't properly set up calculations for byte mode - situation should rarely occur but bug fixed anyway. Thanks to Tgotic.
This commit is contained in:
parent
29edddcf94
commit
74047434b5
@ -167,6 +167,7 @@ int seek_forward(int gbdata[], int length, int position, int current_mode)
|
|||||||
upper_count = 4;
|
upper_count = 4;
|
||||||
lower_count = 4;
|
lower_count = 4;
|
||||||
chinese_count = 4;
|
chinese_count = 4;
|
||||||
|
break;
|
||||||
default: /* Start of symbol */
|
default: /* Start of symbol */
|
||||||
number_count = 4;
|
number_count = 4;
|
||||||
byte_count = 4;
|
byte_count = 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user