mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Change height and row_height array to floats: VC6, CodeQL fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user