Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/libc/stdio
On Thu, Oct 15, 2009 at 12:01:01AM +0200, Alan Barrett wrote:
> On Wed, 14 Oct 2009, David Laight wrote:
> > Module Name: src
> > Committed By: dsl
> > Date: Wed Oct 14 21:25:52 UTC 2009
> >
> > Modified Files:
> > src/lib/libc/stdio: fgets.c vfprintf.c
> >
> > Log Message:
> > Change a while () {} into a do {} while() so that fgets(buf, 1, file)
> > detects EOF on an empty file.
> > Fixes most of PR/41992
>
> The changes to vfprintf.c do not seem to match the log message.
Fixed - the preserved local change was all inside #if 0 ....
David
--
David Laight: david%l8s.co.uk@localhost
Home |
Main Index |
Thread Index |
Old Index