This commit is contained in:
Steve Checkoway
2006-08-22 13:40:12 +00:00
parent b3eaa7a1ad
commit ed2331b839
+1 -1
View File
@@ -191,7 +191,7 @@ RString NotesWriterSM::GetSMNotesTag( const Song &song, const Steps &in, bool bS
return JoinLineList( lines );
}
bool NotesWriterSM::Write(RString sPath, const Song &out, bool bSavingCache)
bool NotesWriterSM::Write( RString sPath, const Song &out, bool bSavingCache )
{
/* Flush dir cache when writing steps, so the old size isn't cached. */
FILEMAN->FlushDirCache( Dirname(sPath) );