name/tab/string cleanup

This commit is contained in:
Chris Danford
2006-01-20 23:38:17 +00:00
parent 5f7d26addd
commit d00063c067
11 changed files with 60 additions and 54 deletions
+3 -2
View File
@@ -81,8 +81,9 @@ bool IniFile::WriteFile( const RString &sPath ) const
}
bool bSuccess = IniFile::WriteFile( f );
f.Close();
return bSuccess && !f.GetError().empty();
int iFlush = f.Flush();
bSuccess &= (iFlush != -1);
return bSuccess;
}
bool IniFile::WriteFile( RageFileBasic &f ) const