QuakeGod
2023-10-23 843262f9d0438611258363d15a82be7f6e1bc411
MTerm1/MTerm1View.cpp
@@ -3254,7 +3254,7 @@
      stProgSection thisprogsec;
      //判断越界
      if (j + nNextX >= m_CellPerLine)
      if (j + nNextX > m_CellPerLine)
      {
         continue;
      }