mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ROチェック時にWモードでファイルオープン成功してしまったあとの処理でファイルを閉じていなかったので修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1039 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
7301b9742d
commit
9515a61e15
@ -78,6 +78,7 @@ static BOOL ROTestCore( char *path, char *testfile )
|
|||||||
{
|
{
|
||||||
// ReadOnlyなので、Writeのファイルオープン成功したらだめ
|
// ReadOnlyなので、Writeのファイルオープン成功したらだめ
|
||||||
if( !s_quiettest ) OS_TPrintf("%s:Write mode open succeed. (ReadOnly) \n",filename);
|
if( !s_quiettest ) OS_TPrintf("%s:Write mode open succeed. (ReadOnly) \n",filename);
|
||||||
|
FS_CloseFile( file );
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user