Update mxdsaction.cpp

This commit is contained in:
Christian Semmler 2023-10-12 06:53:04 -04:00 committed by GitHub
parent e9c9f1b562
commit 8c5b7aa166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ void MxDSAction::MergeFrom(MxDSAction &p_dsAction)
char *extraData = p_dsAction.m_extraData;
// Taking those references forces the compiler to move the values onto the stack.
// The original code most likely looked differently, but this yields a 100% match.
// The original code most likely looked different, but this yields a 100% match.
MxU16 &_extraLength = extraLength;
char *&_extraData = extraData;
if (extraLength && extraData) {