Re: [Rd] (PR#7899) seek(con, 0, end, rw=r) does not always work

2005-05-31 Thread tplate
Uwe Ligges wrote: Tony Plate wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I've noticed that seek(con, 0, end, rw=r) on a file connection does not always work correctly after a write (R 2.1.0 on Windows). [Is a call to fflush() needed inside file_seek() in

Re: [Rd] (PR#7899) seek(con, 0, end, rw=r) does not always work

2005-05-28 Thread ligges
Tony Plate wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I've noticed that seek(con, 0, end, rw=r) on a file connection does not always work correctly after a write (R 2.1.0 on Windows). [Is a call to fflush() needed inside file_seek() in main/connections.c?] If you have