Fixed DWI saving error.

This commit is contained in:
Chris Danford
2002-10-10 05:17:56 +00:00
parent c43acf0990
commit 5c81cefb4b
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ CString NotesWriterDWI::NotesToDWIString( char cNoteCol1, char cNoteCol2, char c
CString NotesWriterDWI::NotesToDWIString( char cNoteCol1, char cNoteCol2, char cNoteCol3, char cNoteCol4 )
{
return NotesToDWIString( '0', cNoteCol1, cNoteCol2, cNoteCol3, cNoteCol4, '0' );
return NotesToDWIString( cNoteCol1, '0', cNoteCol2, cNoteCol3, '0', cNoteCol4 );
}
void NotesWriterDWI::WriteDWINotesField( FILE* fp, const Notes &out, int start )