mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
back-merged
This commit is contained in:
parent
6413351fd6
commit
d8330f5d96
13 changed files with 37 additions and 34 deletions
backend
|
@ -150,7 +150,7 @@ static int cc_a(struct zint_symbol *symbol, char source[], int cc_width) {
|
|||
codeWords[i] = 0;
|
||||
}
|
||||
|
||||
bitlen = strlen(source);
|
||||
bitlen = (int)strlen(source);
|
||||
|
||||
for (i = 0; i < 208; i++) {
|
||||
local_source[i] = '0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue