hopefully fix weird newline behavior for real

This commit is contained in:
Glenn Maynard
2003-12-01 22:18:36 +00:00
parent fe42979b79
commit bc9ad8e27c
+1 -1
View File
@@ -129,7 +129,7 @@ bool NotesWriterSM::Write(CString sPath, const Song &out, bool bSavingCache)
unsigned i;
FILE* fp = fopen( sPath, "w" );
FILE* fp = fopen( sPath, "wt" );
if( fp == NULL )
{
LOG->Warn( "Error opening song file '%s' for writing: %s", sPath.c_str(), strerror(errno) );