fix smpackage file routines and registry writing

This commit is contained in:
Chris Danford
2006-01-21 12:18:26 +00:00
parent 9ed7548de1
commit 477e67a8aa
17 changed files with 312 additions and 219 deletions
+1 -1
View File
@@ -1839,7 +1839,7 @@ void FileWrite( RageFileBasic& f, float fWrite )
f.PutLine( ssprintf("%f", fWrite) );
}
bool FileCopy( RString sSrcFile, RString sDstFile )
bool FileCopy( const RString &sSrcFile, const RString &sDstFile )
{
if( !sSrcFile.CompareNoCase(sDstFile) )
{