mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
dpd/gif suppress warnings; tests refresh svgs, dpd examples
This commit is contained in:
@ -1112,7 +1112,7 @@ INTERNAL int ean_14(struct zint_symbol *symbol, unsigned char source[], int leng
|
||||
INTERNAL int dpd_parcel(struct zint_symbol *symbol, unsigned char source[], int length) {
|
||||
int error_number = 0;
|
||||
int i, p;
|
||||
char identifier;
|
||||
unsigned char identifier;
|
||||
const int mod = 36;
|
||||
int cd; // Check digit
|
||||
|
||||
|
Reference in New Issue
Block a user