Replace Count32 with Count64
This commit is contained in:
committed by
Patrick Niklaus
parent
0c388a5264
commit
b830a8f942
@@ -35,7 +35,7 @@ std::vector<util::Coordinate> loadCoordinates(const boost::filesystem::path &nod
|
||||
storage::io::FileReader::VerifyFingerprint);
|
||||
|
||||
extractor::QueryNode current_node;
|
||||
unsigned coordinate_count = nodes_path_file_reader.ReadElementCount32();
|
||||
auto coordinate_count = nodes_path_file_reader.ReadElementCount64();
|
||||
std::vector<util::Coordinate> coords(coordinate_count);
|
||||
for (unsigned i = 0; i < coordinate_count; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user