mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
parent
2642a418b9
commit
951209331a
@ -439,7 +439,7 @@ int gs1_verify(struct zint_symbol *symbol, const unsigned char source[], const s
|
||||
case 8110: // Coupon code
|
||||
case 8112: // Paperless coupon code
|
||||
case 8200: // PRODUCT URL
|
||||
if (data_length[i] > 34) {
|
||||
if (data_length[i] > 70) {
|
||||
error_latch = 1;
|
||||
} else {
|
||||
error_latch = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user