LAPTOP-SNT8I5JK\Boounion
2025-05-10 1e8e3473cb124f9e51dfc1ca35e5cb13b1668bdc
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;
   }
}