use untemplated trim*

This commit is contained in:
Glenn Maynard
2002-10-31 08:05:13 +00:00
parent a28d19268a
commit 80c0f04397
8 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out )
NoteData notedata; // read it into here
CStringArray asRows;
iStep.TrimLeft();
TrimLeft(iStep);
split( iStep, "\n", asRows, true );
int iHoldStartRow[13];