back-merged

This commit is contained in:
oxygenic
2017-06-13 21:05:35 +02:00
committed by Robin Stuart
parent 6413351fd6
commit d8330f5d96
13 changed files with 37 additions and 34 deletions

View File

@ -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';