mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
dpd/gif suppress warnings; tests refresh svgs, dpd examples
This commit is contained in:
parent
fd9aa785ab
commit
4ddcfb3613
17 changed files with 88 additions and 78 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue