From owner-cvs-all Sun Jun 16 1:44:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5406037B407; Sun, 16 Jun 2002 01:44:39 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5G8idG95132; Sun, 16 Jun 2002 01:44:39 -0700 (PDT) (envelope-from tjr) Message-Id: <200206160844.g5G8idG95132@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 16 Jun 2002 01:44:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/06/16 01:44:39 PDT Modified files: usr.bin/sed main.c Log: Correct the handling of (for example) the N command by only zeroing the input space in mf_fgets() if we reach the end of all input files. Revision Changes Path 1.24 +2 -1 src/usr.bin/sed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message