From d6e46223a781021e80a60dd1fdb523cac630969c Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Tue, 2 Sep 2008 07:35:02 +0000 Subject: [PATCH] smallfix git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2362 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index 0b298427..64020eb1 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -694,7 +694,7 @@ static void PrintError( void ) PrintfSJIS( 128, 0, TXT_COLOR_BLUE, "IPL:%s", g_strIPLSvnRevision ); PrintfSJIS( 128, 12, TXT_COLOR_BLUE, "SDK:%s", g_strSDKSvnRevision ); error_code = UTL_GetFatalError(); - PrintfSJIS( 2, 25, TXT_COLOR_RED,"ERROR! - 0x%0.16x\n", error_code ); + PrintfSJIS( 2, 25, TXT_COLOR_RED,"ERROR! - 0x%016llx\n", error_code ); ERRORLOG_Write(error_code); for(l=0;l<64;l++) {