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 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.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index