Date: Sun, 11 Aug 1996 12:14:35 +0200 (IST) From: Eli Zaretskii To: "Richard L. Hawes" Cc: djgpp AT delorie DOT com Subject: Re: bug fix for libc in version 2 of djgpp In-Reply-To: <4ujj2d$s1@sally.dma.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 11 Aug 1996, Richard L. Hawes wrote: > Sometime sscanf will return the incorrect value. For example, > run the following program with the first argument as "5" and it will > return -1 (EOF) when it should return 1: Please check the list of bugs submitted to the DJGPP bug-tracking system at http://www.delorie.com/djgpp/bugs/. If I'm not mistaken, there are a few bug reports about scanf there with fixes. Please try those fixes and see if they solve your problems too, because those fixes will go into the next DJGPP release if nobody reports any further bugs. In general, it's a good idea to check the above URL before submitting a bug report (this is explained further in section 22.1 of the DJGPP FAQ list).