From 9515a61e159bc73bbdf9df65d8535013352014dc Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Wed, 2 Apr 2008 07:58:17 +0000 Subject: [PATCH] =?UTF-8?q?RO=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E6=99=82?= =?UTF-8?q?=E3=81=ABW=E3=83=A2=E3=83=BC=E3=83=89=E3=81=A7=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=AA=E3=83=BC=E3=83=97=E3=83=B3?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E3=81=97=E3=81=A6=E3=81=97=E3=81=BE=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=82=E3=81=A8=E3=81=AE=E5=87=A6=E7=90=86=E3=81=A7?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E9=96=89=E3=81=98?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=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@1039 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/RomTypeTest/ARM9/src/RomTypeTest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c b/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c index 449e3d5d..f9249bf7 100644 --- a/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c +++ b/build/tests/RomTypeTest/ARM9/src/RomTypeTest.c @@ -78,6 +78,7 @@ static BOOL ROTestCore( char *path, char *testfile ) { // ReadOnlyなので、Writeのファイルオープン成功したらだめ if( !s_quiettest ) OS_TPrintf("%s:Write mode open succeed. (ReadOnly) \n",filename); + FS_CloseFile( file ); return FALSE; }