1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 21:15:57 +00:00

gs1_lint.h: update to latest gs1-format-spec.txt, new AI 715

This commit is contained in:
gitlost
2022-02-10 22:18:35 +00:00
parent e9d5bf8d88
commit d9b6284a67
2 changed files with 211 additions and 210 deletions

View File

@@ -620,7 +620,7 @@ static int gs1_lint(const int ai, const unsigned char *data, const int data_len,
} else if (ai < 800) {
if (ai >= 710 && ai <= 714) {
if (ai >= 710 && ai <= 715) {
return x1__20(data, data_len, p_err_no, p_err_posn, err_msg);
}