From owner-cvs-usrbin Sat Nov 16 16:23:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA29601 for cvs-usrbin-outgoing; Sat, 16 Nov 1996 16:23:02 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA29584; Sat, 16 Nov 1996 16:22:55 -0800 (PST) Date: Sat, 16 Nov 1996 16:22:55 -0800 (PST) From: Joerg Wunsch Message-Id: <199611170022.QAA29584@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sed main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/16 16:22:55 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 Revision Changes Path 1.4 +2 -6 src/usr.bin/sed/main.c