fix potential crash
This commit is contained in:
@@ -510,7 +510,7 @@ void RageFileManager::Remount( CString sMountpoint, CString sPath )
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( !pDriver->Remount(sPath) )
|
if( !pDriver->Remount(sPath) )
|
||||||
LOG->Warn( "Remount(%s,%s): remount failed (does the driver support remounting?)" );
|
LOG->Warn( "Remount(%s,%s): remount failed (does the driver support remounting?)", sMountpoint.c_str(), sPath.c_str() );
|
||||||
else
|
else
|
||||||
pDriver->FlushDirCache( "" );
|
pDriver->FlushDirCache( "" );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user