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:
parent
c693482aa1
commit
e5115bad07
8 changed files with 15 additions and 17 deletions
backend
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue