fingerprint .tld

This commit is contained in:
Pepijn Schoen
2017-04-07 14:05:19 +02:00
committed by Patrick Niklaus
parent 5b9d858f57
commit 8da96f8d94
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ void Storage::PopulateLayout(DataLayout &layout)
}
{
io::FileReader reader(config.turn_lane_description_path, io::FileReader::HasNoFingerprint);
io::FileReader reader(config.turn_lane_description_path, io::FileReader::VerifyFingerprint);
auto num_offsets = reader.ReadVectorSize<std::uint32_t>();
auto num_masks = reader.ReadVectorSize<extractor::guidance::TurnLaneType::Mask>();