cache m_sSongFileName

This commit is contained in:
Glenn Maynard
2003-12-30 02:46:47 +00:00
parent f89940ac02
commit 5ec05b31ba
3 changed files with 52 additions and 42 deletions
+1
View File
@@ -171,6 +171,7 @@ bool NotesWriterSM::Write(CString sPath, const Song &out, bool bSavingCache)
{
f.PutLine( ssprintf( "#FIRSTBEAT:%.3f;\n", out.m_fFirstBeat ) );
f.PutLine( ssprintf( "#LASTBEAT:%.3f;\n", out.m_fLastBeat ) );
f.PutLine( ssprintf( "#SONGFILENAME:%s;\n", out.m_sSongFileName.c_str() ) );
}
//