oops.
This commit is contained in:
@@ -121,7 +121,7 @@ void split( const CString &Source, const CString &Deliminator, CStringArray& Add
|
|||||||
else
|
else
|
||||||
AddIt.Add(AddCString);
|
AddIt.Add(AddCString);
|
||||||
|
|
||||||
startpos=pos+1;
|
startpos=pos+Deliminator.GetLength();
|
||||||
} while ( startpos <= Source.GetLength() );
|
} while ( startpos <= Source.GetLength() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user