This commit is contained in:
Glenn Maynard
2002-08-30 04:54:28 +00:00
parent 1e0f31f75d
commit bb94538c53
+1 -1
View File
@@ -121,7 +121,7 @@ void split( const CString &Source, const CString &Deliminator, CStringArray& Add
else
AddIt.Add(AddCString);
startpos=pos+1;
startpos=pos+Deliminator.GetLength();
} while ( startpos <= Source.GetLength() );
}