From 89cd7441c184d37f90d4d5311b348e938119765f Mon Sep 17 00:00:00 2001
From: zxd <zxdvslxy@gmail.com>
Date: 星期六, 21 十月 2023 12:28:04 +0800
Subject: [PATCH] 修改最后一个单元格不会被读取的问题

---
 MTerm2/DialogEventLog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MTerm2/DialogEventLog.cpp b/MTerm2/DialogEventLog.cpp
index 559ae9e..e87652c 100644
--- a/MTerm2/DialogEventLog.cpp
+++ b/MTerm2/DialogEventLog.cpp
@@ -173,7 +173,7 @@
 	m_list_eventlog.SetItemText(nIndex, 4, s1);
 	s1.Format(_T("%d"), KEventLogs[nIndex].nParam2);
 	m_list_eventlog.SetItemText(nIndex, 5, s1);
-
+	//m_list_eventlog.SetItemText(nIndex, 5, s1);
 	return 0;
 }
 

--
Gitblit v1.9.1