mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
ZBarcode_Encode_File: suppress gcc -fanalyzer warning, props Andre Maute; ZINT_MAX_FILE_LEN
This commit is contained in:
parent
acdfc73cce
commit
f09826b9a4
4 changed files with 76 additions and 26 deletions
|
@ -306,6 +306,9 @@ extern "C" {
|
|||
#define ZINT_CAP_FULL_MULTIBYTE 0x0400
|
||||
#define ZINT_CAP_MASK 0x0800
|
||||
|
||||
// The largest amount of data that can be encoded is 4350 4-byte UTF-8 chars in Han Xin Code
|
||||
#define ZINT_MAX_FILE_LEN 17400
|
||||
|
||||
// Debug flags
|
||||
#define ZINT_DEBUG_PRINT 1
|
||||
#define ZINT_DEBUG_TEST 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue