1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-30 18:09: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 */
+1 -1
View File
@@ -10010,7 +10010,7 @@ Success (including when given informational options <code>-h</code> |
</dd>
<dt><code>1</code></dt>
<dd>
Human Readable Text was truncated (maximum 199 bytes)
Human Readable Text was truncated (maximum 255 bytes)
(<code>ZINT_WARN_HRT_TRUNCATED</code>)
</dd>
<dt><code>2</code></dt>
+1 -1
View File
@@ -5992,7 +5992,7 @@ EXIT STATUS
--ecinos, -t | --types, -v | --version).
1
Human Readable Text was truncated (maximum 199 bytes)
Human Readable Text was truncated (maximum 255 bytes)
(ZINT_WARN_HRT_TRUNCATED)
2
+1 -1
View File
@@ -702,7 +702,7 @@ Success (including when given informational options \f[CR]\-h\f[R] |
\f[CR]\-\-version\f[R]).
.TP
\f[CR]1\f[R]
Human Readable Text was truncated (maximum 199 bytes)
Human Readable Text was truncated (maximum 255 bytes)
(\f[CR]ZINT_WARN_HRT_TRUNCATED\f[R])
.TP
\f[CR]2\f[R]
+1 -1
View File
@@ -610,7 +610,7 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
`--version`).
`1`
: Human Readable Text was truncated (maximum 199 bytes) (`ZINT_WARN_HRT_TRUNCATED`)
: Human Readable Text was truncated (maximum 255 bytes) (`ZINT_WARN_HRT_TRUNCATED`)
`2`
: Invalid option given but overridden by Zint (`ZINT_WARN_INVALID_OPTION`)