Date: Sun, 17 Nov 1996 11:53:12 +1100 From: Bruce Evans <bde@zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, joerg@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/sed main.c Message-ID: <199611170053.LAA00766@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> Modified: usr.bin/sed main.c > Log: > Fix the C programmer's bug #1: EOF is of type `int', not `char'. > > Strong 2.2 candidate. > > Submitted by: wosch Erm, as I told the submitter, this introduces C programmer's bug #<a bit larger than 1>: feof() is not valid until EOF has been read. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611170053.LAA00766>