[xlsb] add ACABSPATH union FileSharing/Iso record, WbProp record and dependent structures

This commit is contained in:
VladimirGorshenkov
2021-07-14 13:56:11 +03:00
parent 3185ca0f36
commit f8b730dbc8
35 changed files with 1556 additions and 87 deletions

View File

@ -458,7 +458,7 @@ CFRecordPtr BinaryStreamCacheReader::getNextRecord(const CFRecordType::TypeId de
}
}
if(0 == rec_name.length())
/*if(0 == rec_name.length())
{
Log::warning(L"The extracted record has obsoleted or unknown type(0x" + STR::int2hex_wstr(records_cache.front()->getTypeId(), sizeof(CFRecordType::TypeId)) + L")");
records_cache.pop_front();
@ -469,7 +469,7 @@ CFRecordPtr BinaryStreamCacheReader::getNextRecord(const CFRecordType::TypeId de
//Log::warning("The extracted record has been skipped (" + rec_name + ")");
records_cache.pop_front();
continue;
}
}*/
break;
}