zxd
2023-09-20 ad1b4b8c22b019d300af6d053e120fc830512ebd
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)
      {