[sm130futures] Deal with blank lines on write.

Yes, it's another cache restarter.
This commit is contained in:
Jason Felds
2011-05-02 22:15:14 -04:00
parent deadd99699
commit 70e944a959
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -325,6 +325,7 @@ static RString GetSSCNoteData( const Song &song, const Steps &in, bool bSavingCa
lines.push_back( song.m_vsKeysoundFile.empty() ? "#NOTES:" : "#NOTES2:" );
TrimLeft(sNoteData);
split( sNoteData, "\n", lines, true );
lines.push_back( ";" );