LAPTOP-SNT8I5JK\Boounion
2025-08-27 38f2ff1e5bc6c4434875e03b8cadc8f3f4e39bf6
SourceCode/Bond/Servo/PageTransferLog.cpp
@@ -275,7 +275,12 @@
      return;
   }
   int nItem = m_listCtrl.InsertItem(0, _T(""));
   int nIndex = m_listCtrl.GetItemCount();
   if (nIndex < 0) {
      return;
   }
   int nItem = m_listCtrl.InsertItem(nIndex, _T(""));
   CString str;
   str.Format(_T("%d"), data.nRecordId);
   m_listCtrl.SetItemText(nItem, 1, str);