QuakeGod
2023-10-23 4dfb88353b3671a71bc397d5f210d71f67f8fb04
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)
      {