mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-06 19:47:09 +00:00
HANXIN: 0xFFE terminator; reedsol/AZTEC: stack-based; AZTEC/HANXIN/QR/GRIDMATRIX speedups; #209
This commit is contained in:
@@ -168,8 +168,8 @@ static void test_print(int index, int generate, int debug) {
|
||||
};
|
||||
int data_size = ARRAY_SIZE(data);
|
||||
|
||||
char* data_dir = "../data/png";
|
||||
char* png = "out.png";
|
||||
char *data_dir = "../data/png";
|
||||
char *png = "out.png";
|
||||
char escaped[1024];
|
||||
int escaped_size = 1024;
|
||||
char *text;
|
||||
|
||||
Reference in New Issue
Block a user