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:
Robin Stuart 2011-05-04 17:30:01 +01:00
parent 29edddcf94
commit 74047434b5

View File

@ -167,6 +167,7 @@ int seek_forward(int gbdata[], int length, int position, int current_mode)
upper_count = 4;
lower_count = 4;
chinese_count = 4;
break;
default: /* Start of symbol */
number_count = 4;
byte_count = 4;