1
0
Fork 0
mirror of https://git.code.sf.net/p/zint/code synced 2025-06-01 23:58:27 -04:00

Change height and row_height array to floats: VC6, CodeQL fixes

This commit is contained in:
gitlost 2021-06-20 00:05:45 +01:00
parent c693482aa1
commit e5115bad07
8 changed files with 15 additions and 17 deletions
backend

View file

@ -861,7 +861,7 @@ static int c1_encode(struct zint_symbol *symbol, unsigned char source[], unsigne
db_p = bin_append_posn(1, 2, decimal_binary, db_p);
}
(void)decimal_binary_transfer(decimal_binary, db_p, target, &tp);
(void) decimal_binary_transfer(decimal_binary, db_p, target, &tp);
}
current_mode = C1_ASCII;