mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
vsnprintf->STD_TVSNPrintf
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2254 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
eb0c29dcb0
commit
65c7132a3e
@ -586,7 +586,7 @@ void PrintError(char *text, ...)
|
||||
|
||||
// draw string
|
||||
va_start(vlist, text);
|
||||
(void)vsnprintf(temp, 33, text, vlist);
|
||||
(void)STD_TVSNPrintf(temp, 33, text, vlist);
|
||||
va_end(vlist);
|
||||
|
||||
MI_CpuClearFast(gScreen, sizeof(gScreen));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user