LAPTOP-SNT8I5JK\Boounion
2025-05-06 c3287ad7beab5ed711458d065d0ce125488412ec
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;
   }
}