Date: Tue, 12 Jan 1999 18:05:45 -0500 Message-Id: <199901122305.SAA15583@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <19990112174934.W29345@duna54> (message from Laszlo Molnar on Tue, 12 Jan 1999 17:49:34 +0100) Subject: Re: djgpp 2.02 + perl + glob References: <19990112094755 DOT O29345 AT duna54> <19990112174934 DOT W29345 AT duna54> Reply-To: djgpp-workers AT delorie DOT com > The file pointer on the handle is updated of course. What do you mean "of course" ? There is nothing in the FSEXT code that changes the file pointer. Are you doing this yourself? If so, you shouldn't. You'll need to keep track of the pointer separately, as part of your buffer.