mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-09 13:05:58 +00:00
Fix (simple) QR Code bug
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user