Composite changes encodation 10, 11, general field, CC-A/B shift

This commit is contained in:
gitlost 2019-10-29 22:54:18 +00:00
parent 1564cd7a34
commit 03d99ceb23
9 changed files with 1812 additions and 367 deletions

View file

@ -273,7 +273,7 @@ char* testUtilErrorName(int error_number) {
int val;
};
struct item data[] = {
{ -1, "", 0 },
{ 0, "0", 0 },
{ -1, "", 1 },
{ ZINT_WARN_INVALID_OPTION, "ZINT_WARN_INVALID_OPTION", 2 },
{ ZINT_WARN_USES_ECI, "ZINT_WARN_USES_ECI", 3 },