fix some issue when testing migration result

This commit is contained in:
2023-02-11 15:46:02 +08:00
parent 6cb4814cf0
commit 209bb4ccb5
2 changed files with 4 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace LibCmo {
this->m_FileInfo.Hdr1UnPackSize = fhdr2[7];
this->m_FileInfo.DataPackSize = fhdr2[0];
this->m_FileInfo.DataUnPackSize = fhdr2[1];
this->m_FileInfo.Crc = fhdr1[3];
this->m_FileInfo.Crc = fhdr1[2];
// ========== crc and body unpacker ==========
if (this->m_FileInfo.FileVersion >= 8) {