Fix several double-related bug

float is promoted to double through ... for non-v6 code.
PR_Sprintf has custom param access via P_*, messed up doubles.
This commit is contained in:
Bill Currie 2020-02-14 18:15:34 +09:00
parent eb7f825158
commit 2cd62fe01b
8 changed files with 27 additions and 6 deletions

View file

@ -77,6 +77,7 @@ VISIBLE const char *pr_type_name[ev_type_count] = {
"integer",
"uinteger",
"short",
"double",
"invalid",
};