projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f02bf
)
git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg@334 83fadc84-e282...
author
Patrick McIlroy
<itgpmc@gmail.com>
Mon, 19 May 2008 19:31:11 +0000
(19:31 +0000)
committer
Patrick McIlroy
<itgpmc@gmail.com>
Mon, 19 May 2008 19:31:11 +0000
(19:31 +0000)
src/NotesWriterSM.cpp
patch
|
blob
|
history
diff --git
a/src/NotesWriterSM.cpp
b/src/NotesWriterSM.cpp
index
14d18fe
..
7101a62
100755
(executable)
--- a/
src/NotesWriterSM.cpp
+++ b/
src/NotesWriterSM.cpp
@@
-151,7
+151,7
@@
static CString JoinLineList( vector<CString> &lines )
while( j < lines.size() && lines.size() == 0 )
++j;
- return join( "\r\n", lines.begin()+j, lines.end() );
+ return join( "\r\n", lines.begin()+j, lines.end() )
+ "\r\n"
;
}
CString NotesWriterSM::GetSMNotesTag( const Song &song, const Steps &in, bool bSavingCache )