Date: Mon, 24 Nov 1997 13:13:24 +0200 (IST) From: Eli Zaretskii To: Indrek Mandre cc: djgpp AT delorie DOT com Subject: Re: Bug in djgpp? (fsext) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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 . Thanks.