Fix compilation

This commit is contained in:
Ben Anderson
2005-01-27 23:58:37 +00:00
parent 18b0c5f2d9
commit 25ea8e4825
@@ -258,7 +258,7 @@ void MemoryCardDriverThreaded_Linux::MountThreadDoOneUpdate()
d.bWriteTestSucceeded = bMountedSuccessfully && TestWrite( d.sOsMountDir );
// read name
this->Mount( &d, TEMP_MOUNT_POINT );
this->Mount( &d );
FILEMAN->FlushDirCache( TEMP_MOUNT_POINT );
Profile profile;
@@ -266,8 +266,6 @@ void MemoryCardDriverThreaded_Linux::MountThreadDoOneUpdate()
profile.LoadEditableDataFromDir( sProfileDir );
d.sName = profile.GetDisplayName();
UnmountMountPoint( TEMP_MOUNT_POINT );
LOG->Trace( "WriteTest: %s, Name: %s", d.bWriteTestSucceeded ? "succeeded" : "failed", d.sName.c_str() );
}
}