mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-27 22:05:57 +00:00
break; for case GM_BYTE was missing
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user