From 4dfb88353b3671a71bc397d5f210d71f67f8fb04 Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期一, 23 十月 2023 15:17:10 +0800 Subject: [PATCH] fix1 --- MyLib/Functions.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MyLib/Functions.hpp b/MyLib/Functions.hpp index 1367d09..877e200 100644 --- a/MyLib/Functions.hpp +++ b/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) { -- Gitblit v1.9.1