LAPTOP-SNT8I5JK\Boounion
2025-04-28 fc881732b096f1c5a6dfcb9751c89f0ffca90768
SourceCode/Bond/Servo/CEqVcrEventStep.cpp
@@ -78,5 +78,13 @@
   {
      return &m_vcrEventReport;
   }
   int CEqVcrEventStep::setReturnCode(short code)
   {
      memcpy(m_szReturnBuf, &code, sizeof(short));
      m_nReturnDataSize = sizeof(short);
      return 0;
   }
}