mrDarker
2025-09-05 6b80da0fe2a6053b39802a6701db6df0ab1fde24
SourceCode/Bond/Servo/CPortStatusReport.cpp
@@ -139,9 +139,6 @@
      memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      memcpy(&m_nLoadingCassetteType, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
      memcpy(&m_nQTimeFlag, &pszBuffer[index], sizeof(short));
      index += sizeof(short);
@@ -252,6 +249,11 @@
      m_nJobExistenceSlot[0] = map;
   }
   void CPortStatusReport::setCassetteId(const char* pszId)
   {
      m_strCassetteID = pszId;
   }
   void CPortStatusReport::WriteString(CArchive& ar, std::string& string)
   {
      CString strTemp = string.c_str();