fix newline

This commit is contained in:
Glenn Maynard
2006-03-11 05:06:22 +00:00
parent fda3ca9932
commit 8d54d072e3
+1 -1
View File
@@ -252,7 +252,7 @@ void NotesWriterSM::GetEditFileContents( const Song *pSong, const Steps *pSteps,
split( sDir, "/", asParts );
if( asParts.size() )
sDir = join( "/", asParts.begin()+1, asParts.end() );
sOut += ssprintf( "#SONG:%s;\n", sDir.c_str() );
sOut += ssprintf( "#SONG:%s;\r\n", sDir.c_str() );
sOut += GetSMNotesTag( *pSong, *pSteps, false );
}