1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-31 02:19:50 +00:00

zint.h/man page: HRT max 199 -> 255

This commit is contained in:
gitlost
2026-07-08 00:14:02 +01:00
parent 4e534c3a09
commit 3a76ce7a77
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ extern "C" {
#define ULTRA_COMPRESSION 128 /* Enable Ultracode compression (experimental) */
/* Warning and error conditions (API return values) */
#define ZINT_WARN_HRT_TRUNCATED 1 /* Human Readable Text was truncated (max 199 bytes) */
#define ZINT_WARN_HRT_TRUNCATED 1 /* Human Readable Text was truncated (max 255 bytes) */
#define ZINT_WARN_INVALID_OPTION 2 /* Invalid option given but overridden by Zint */
#define ZINT_WARN_USES_ECI 3 /* Automatic ECI inserted by Zint */
#define ZINT_WARN_NONCOMPLIANT 4 /* Symbol created not compliant with standards */