mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-27 22:05:57 +00:00
CLI/Tcl: fix version check (need <= 999 for DAFT permille)
UPNQR: fix required binary mode using mode_preset UPNQR: allow mask to be manually specified GUI: use non-native QColorDialog on Unix also; no noEXE for CLI equivalent; add shortcuts for copy-to-clipboard and CLI equivalent CLI: new --version option to print Zint version
This commit is contained in:
@@ -342,7 +342,7 @@ extern "C" {
|
||||
/* Maximum number of segments allowed for (`seg_count`) */
|
||||
#define ZINT_MAX_SEG_COUNT 256
|
||||
|
||||
/* Debug flags (debug) */
|
||||
/* Debug flags (`symbol->debug`) */
|
||||
#define ZINT_DEBUG_PRINT 0x0001 /* Print debug info (if any) to stdout */
|
||||
#define ZINT_DEBUG_TEST 0x0002 /* For internal test use only */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user