From 73e3238bc705cb416df4f365526402308de15a3e Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Thu, 24 Apr 2008 04:03:01 +0000 Subject: [PATCH] =?UTF-8?q?TEMP=E3=82=A2=E3=83=97=E3=83=AA=E3=81=AE?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=81=AEBootSRLPath=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1249 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries_sysmenu/sysmenu/common/src/mountInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/libraries_sysmenu/sysmenu/common/src/mountInfo.c b/build/libraries_sysmenu/sysmenu/common/src/mountInfo.c index efe48060..eb09c200 100644 --- a/build/libraries_sysmenu/sysmenu/common/src/mountInfo.c +++ b/build/libraries_sysmenu/sysmenu/common/src/mountInfo.c @@ -309,7 +309,7 @@ void SYSMi_SetBootSRLPathToWork2( TitleProperty *pBootTitle ) } break; case LAUNCHER_BOOTTYPE_TEMP: - STD_TSNPrintf( path, FS_ENTRY_LONGNAME_MAX, OS_TMP_APP_PATH, pBootTitle->titleID ); + STD_TSNPrintf( path, FS_ENTRY_LONGNAME_MAX, "nand:/tmp/jump.app", pBootTitle->titleID ); break; default: path[ 0 ] = 0;