From 843262f9d0438611258363d15a82be7f6e1bc411 Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期一, 23 十月 2023 08:53:08 +0800 Subject: [PATCH] Merge branch 'future-translate' of https://gitee.com/quakegod/mterm1 into feature-translate --- MTerm1/MTerm1View.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MTerm1/MTerm1View.cpp b/MTerm1/MTerm1View.cpp index 8a0bc34..866bc7f 100644 --- a/MTerm1/MTerm1View.cpp +++ b/MTerm1/MTerm1View.cpp @@ -3254,7 +3254,7 @@ stProgSection thisprogsec; //鍒ゆ柇瓒婄晫 - if (j + nNextX >= m_CellPerLine) + if (j + nNextX > m_CellPerLine) { continue; } -- Gitblit v1.9.1