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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user