error check

This commit is contained in:
Glenn Maynard
2007-02-03 00:30:39 +00:00
parent 9d541532af
commit de930d2900
+2
View File
@@ -245,6 +245,8 @@ bool NotesWriterSM::Write( RString sPath, const Song &out, bool bSavingCache )
RString sTag = GetSMNotesTag( out, *pSteps, bSavingCache );
f.PutLine( sTag );
}
if( !f.Flush() )
return false;
return true;
}