error check
This commit is contained in:
@@ -245,6 +245,8 @@ bool NotesWriterSM::Write( RString sPath, const Song &out, bool bSavingCache )
|
|||||||
RString sTag = GetSMNotesTag( out, *pSteps, bSavingCache );
|
RString sTag = GetSMNotesTag( out, *pSteps, bSavingCache );
|
||||||
f.PutLine( sTag );
|
f.PutLine( sTag );
|
||||||
}
|
}
|
||||||
|
if( !f.Flush() )
|
||||||
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user