From owner-cvs-all Mon Dec 27 12:53:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3D3E14D56; Mon, 27 Dec 1999 12:53:36 -0800 (PST) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43356; Mon, 27 Dec 1999 12:53:36 -0800 (PST) (envelope-from hoek@FreeBSD.org) Message-Id: <199912272053.MAA43356@freefall.freebsd.org> From: Tim Vanderhoek Date: Mon, 27 Dec 1999 12:53:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/more linenum.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/12/27 12:53:36 PST Modified files: usr.bin/more linenum.c Log: Correctly maintain state when manipulating linked lists. This fixes a bug that prevented the line-number buffer from working correctly. AFAIK the bug is still present in other derivatives of more(1). Revision Changes Path 1.3 +8 -3 src/usr.bin/more/linenum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message