Changes between Initial Version and Version 1 of Ticket #1106


Ignore:
Timestamp:
Jul 12, 2010, 12:00:21 AM (14 years ago)
Author:
hamish
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1106 – Description

    initial v1  
    55part 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.
    66
    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.
     7The 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.
    88
    99This does not affect the UNIX side of things, the ftell() is within a #ifdef.