Date: Sun, 8 Sep 1996 19:27:06 +0200 (IST) From: Eli Zaretskii To: Peter Palotas Cc: djgpp AT delorie DOT com Subject: Re: A bug in DJGPP?? In-Reply-To: <322FB326.1D97@freenet.hut.fi> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 5 Sep 1996, Peter Palotas wrote: > Is there a bug in the findfirst() and findnext() functions in DJGPP??? Or > maybe in the ffblk struct. When I make a program that checks for all the > files using findfirst() and findnext() passing the addres of an ffblk object > then printing the filename, the filename is missing the first two > characters. I do like this: Does this happen in a C++ program? If so, then this is a well-known bug, described (with a solution) in the DJGPP FAQ list, section 22.10. The FAQ is available as v2/faq201b.zip from the same place you get DJGPP.