LAPTOP-SNT8I5JK\Boounion
2025-04-30 d38d98d99e873d0a48e75aa9f8472cff4574c132
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;
   }
}