Fix the propfile properties reading/writing
This commit is contained in:
committed by
Patrick Niklaus
parent
383640caaf
commit
4f13208ce8
@@ -819,12 +819,9 @@ void Storage::PopulateData(const DataLayout &layout, char *memory_ptr)
|
||||
|
||||
// load profile properties
|
||||
{
|
||||
io::FileReader profile_properties_file(config.properties_path,
|
||||
io::FileReader::VerifyFingerprint);
|
||||
const auto profile_properties_ptr = layout.GetBlockPtr<extractor::ProfileProperties, true>(
|
||||
memory_ptr, DataLayout::PROPERTIES);
|
||||
profile_properties_file.ReadInto(profile_properties_ptr,
|
||||
layout.num_entries[DataLayout::PROPERTIES]);
|
||||
extractor::files::readProfileProperties(config.properties_path, *profile_properties_ptr);
|
||||
}
|
||||
|
||||
// Load intersection data
|
||||
|
||||
Reference in New Issue
Block a user