Fingerprint .timestamp, normalize use of Size / GetSize and make that function Fingerprint-aware
This commit is contained in:
committed by
Patrick Niklaus
parent
802af08179
commit
a196d5ced3
@@ -47,7 +47,7 @@ class RasterGrid
|
||||
storage::io::FileReader file_reader(filepath, storage::io::FileReader::HasNoFingerprint);
|
||||
|
||||
std::string buffer;
|
||||
buffer.resize(file_reader.Size());
|
||||
buffer.resize(file_reader.GetSize());
|
||||
|
||||
BOOST_ASSERT(buffer.size() > 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user