mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-07 01:51:29 -04:00
parent
2642a418b9
commit
951209331a
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ int gs1_verify(struct zint_symbol *symbol, const unsigned char source[], const s
|
||||||
case 8110: // Coupon code
|
case 8110: // Coupon code
|
||||||
case 8112: // Paperless coupon code
|
case 8112: // Paperless coupon code
|
||||||
case 8200: // PRODUCT URL
|
case 8200: // PRODUCT URL
|
||||||
if (data_length[i] > 34) {
|
if (data_length[i] > 70) {
|
||||||
error_latch = 1;
|
error_latch = 1;
|
||||||
} else {
|
} else {
|
||||||
error_latch = 0;
|
error_latch = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue