This commit is contained in:
Steve Checkoway
2006-11-04 23:36:42 +00:00
parent 63bb4faf7d
commit c4fe855aca
+1 -1
View File
@@ -775,7 +775,7 @@ void Song::SaveToDWIFile()
if( IsAFile(sPath) )
FileCopy( sPath, sPath + ".old" );
NotesWriterDWI::Write(sPath, *this);
NotesWriterDWI::Write( sPath, *this );
}