mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 04:36:01 +00:00
Remove call to Buf_Init
This commit is contained in:
parent
47b934b563
commit
1f78455274
@ -92,7 +92,9 @@ static bool ConvertUtf16toCharString(const uint16_t *in, char *s, size_t len)
|
||||
CBuf dest;
|
||||
bool ret;
|
||||
|
||||
Buf_Init(&dest);
|
||||
dest.data = 0;
|
||||
dest.size = 0;
|
||||
|
||||
ret = Utf16_To_Char(&dest, in, 0);
|
||||
|
||||
if (ret)
|
||||
|
Loading…
Reference in New Issue
Block a user