1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
This commit is contained in:
Peter Boyle 2018-03-16 23:10:47 +00:00
parent 888838473a
commit e1dcfd3553

View File

@ -378,7 +378,7 @@ class GridLimeWriter : public BinaryIO {
// Wind forward and close the record
///////////////////////////////////////////
fseek(File,0,SEEK_END);
unt64_t offset2 = ftello(File); // std::cout << " now at offset "<<offset2 << std::endl;
uint64_t offset2 = ftello(File); // std::cout << " now at offset "<<offset2 << std::endl;
assert((offset2-offset1) == PayloadSize);