From ad1b4b8c22b019d300af6d053e120fc830512ebd Mon Sep 17 00:00:00 2001
From: zxd <zxdvslxy@gmail.com>
Date: 星期三, 20 九月 2023 17:08:10 +0800
Subject: [PATCH] 部分修改提交 1.横线竖线 2.部分转换功能

---
 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