Minor tweaks: Don't allow GS1 in Codablock-F, Don't allow negative height rows, Warn user if using ECI mode

This commit is contained in:
Robin Stuart 2016-09-14 22:34:59 +01:00
parent 51d737b8db
commit c351ed492e
2 changed files with 58 additions and 19 deletions

View file

@ -218,6 +218,7 @@ extern "C" {
// Warning and error conditions
#define ZINT_WARN_INVALID_OPTION 2
#define ZINT_WARN_USES_ECI 3
#define ZINT_ERROR_TOO_LONG 5
#define ZINT_ERROR_INVALID_DATA 6
#define ZINT_ERROR_INVALID_CHECK 7