Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvaroquauxads committed Jul 3, 2024
1 parent 188e95a commit d1b6f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions godal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,8 @@ namespace cpl
size_t Write(const void *pBuffer, size_t nSize, size_t nCount) override;
int Flush() override;
int Truncate(vsi_l_offset nNewSize) override;
void ClearErr() { /* TODO */ }
int Error() { return 0; /* TODO */ }
};

VSIGoHandle::VSIGoHandle(const char *filename, vsi_l_offset size)
Expand Down

0 comments on commit d1b6f40

Please sign in to comment.