Demo work and fakematch cleanup (#1034)

This commit is contained in:
LagoLunatic
2026-05-28 13:49:11 -04:00
committed by GitHub
parent a70388d63f
commit 8b46c357e4
50 changed files with 813 additions and 296 deletions
+1 -1
View File
@@ -1474,8 +1474,8 @@ const char* fopMsgM_msgGet_c::getMessage(mesg_header* msg) {
mMsgIdx = i;
if (mMsgNo == info->mEntries[i].mMsgNo) {
JMSMesgEntry_c* entry = &info->mEntries[mMsgIdx];
mResMsgNo = entry->mMsgNo;
ret = &data[entry->mDataOffs];
mResMsgNo = entry->mMsgNo;
break;
}
}