diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index c0d96cd180..8c49518989 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -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() ); }