mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
CODABLOCKF: prevent cols > 62; fix pTestList buffer overflow
RMQR: update to new draft ISO/IEC JTC1/SC31N000 (Draft 2019-6-24); allow for righthand vertical timing pattern in populate_grid() ULTRA: update max size and min cols based on BWIPP 2021-07-14 update backend_tcl/zint_tcl.dsp: use /MD instead of /MT for tcl lib compat; change include/lib path to more standard one manual.txt: highlight that rMQR is still in development GUI: use cross-platform smaller font func instead of explicit values for notes
This commit is contained in:
parent
4d0fff7cf5
commit
14d1140d09
49 changed files with 1828 additions and 739 deletions
|
@ -38,7 +38,7 @@ static void test_large(int index, int debug) {
|
|||
int option_2;
|
||||
char *pattern;
|
||||
int length;
|
||||
char* primary;
|
||||
char *primary;
|
||||
int ret;
|
||||
int expected_rows;
|
||||
int expected_width;
|
||||
|
@ -225,7 +225,7 @@ static void test_encode(int index, int generate, int debug) {
|
|||
int option_2;
|
||||
char *data;
|
||||
int length;
|
||||
char* primary;
|
||||
char *primary;
|
||||
int ret;
|
||||
|
||||
int expected_rows;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue