Fix (simple) QR Code bug

This commit is contained in:
hooper114 2008-10-15 18:22:29 +00:00
parent 521d7e119b
commit b005aea25a
2 changed files with 1 additions and 6 deletions

View file

@ -42,7 +42,7 @@ struct zint_symbol {
int rows;
int width;
char primary[100];
char encoded_data[155][1000];
char encoded_data[178][1000];
int row_height[155];
char errtxt[100];
};