mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
typo fix
This commit is contained in:
parent
888838473a
commit
e1dcfd3553
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user