Changes between Initial Version and Version 1 of Ticket #1106
- Timestamp:
- 07/12/10 00:00:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1106 – Description
initial v1 5 5 part of the work-around for the #1006 r.terraflow on WinGrass fix replaces stat() with ftell(), as stat() on Windows gives undefined results if the file is still open. 6 6 7 The ftell() solution is not 32bit safe though, so it awaits a backport of G_ftell() [or even better `off_t G_filesize()`] in some later release.7 The ftell() solution is not 64bit safe though, so it awaits a backport of G_ftell() [or even better `off_t G_filesize()`] in some later release. 8 8 9 9 This does not affect the UNIX side of things, the ftell() is within a #ifdef.