mrDarker
2025-08-09 a8fb417ef1fb696723c8b8d5a340e8ca2e0312ae
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);