mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
GUI: U32: Fix incorrect type for single char in U32::vformat
This commit is contained in:
parent
a647812bfb
commit
1d85a3d8e1
@ -604,7 +604,7 @@ int U32String::vformat(U32String::const_iterator fmt, const U32String::const_ite
|
||||
int int_temp;
|
||||
char *string_temp;
|
||||
|
||||
char ch;
|
||||
value_type ch;
|
||||
int length = 0;
|
||||
int len = 0;
|
||||
int pos = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user