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:
yutaka 2008-08-25 04:47:57 +00:00
parent eb0c29dcb0
commit 65c7132a3e

View File

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