Mail Archives: djgpp/1997/11/24/06:13:51
On Sun, 23 Nov 1997, Indrek Mandre wrote:
> Run it and see that read calls the function call, but write on second
> descriptor doesn't.
This is a known limitation of the filesystem extensions in v2.01: the
write hooks are only called when you write to a file open in binary
mode.
This is already corrected in the current alpha release of v2.02.
To work around in v2.01, use `setmode' or open in binary mode, as Nate
suggested.
> PS: There's a very little documentation bug in lib.inf at line 10173.
Please submit a patch to DJ Delorie <dj AT delorie DOT com>. Thanks.
- Raw text -