MyLib/Functions.hpp @@ -243,7 +243,7 @@ int startIndex = 0; while (startIndex < strSrc.GetLength()) { int endIndex = strSrc.Find(strSeparator, startIndex); int endIndex = strSrc.Find(strSeparator, startIndex); if (endIndex == -1) {