Fingerprint .edges

This commit is contained in:
Pepijn Schoen
2017-04-07 13:34:15 +02:00
committed by Patrick Niklaus
parent 023242ec03
commit 5b9d858f57
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ void Storage::PopulateLayout(DataLayout &layout)
// Loading information for original edges
{
io::FileReader edges_file(config.edges_data_path, io::FileReader::HasNoFingerprint);
io::FileReader edges_file(config.edges_data_path, io::FileReader::VerifyFingerprint);
const auto number_of_original_edges = edges_file.ReadElementCount64();
// note: settings this all to the same size is correct, we extract them from the same struct