GUI: U32: Fix incorrect type for single char in U32::vformat

This commit is contained in:
aryanrawlani28 2020-08-19 17:03:50 +05:30 committed by Eugene Sandulenko
parent a647812bfb
commit 1d85a3d8e1

View File

@ -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;