Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!seismo!gatech!hao!oddjob!gargoyle!ihnp4!homxb!mtuxo!mtune!codas!cpsc6a!rtech!wrs!dg
From: dg@wrs.UUCP (David Goodenough)
Newsgroups: comp.sources.wanted
Subject: Re: Wanted---Source for LESS (or some other MORE variant)
Message-ID: <231@wrs.UUCP>
Date: Thu, 9-Jul-87 13:37:43 EDT
Article-I.D.: wrs.231
Posted: Thu Jul  9 13:37:43 1987
Date-Received: Sun, 12-Jul-87 12:11:45 EDT
References: <173@titn.TITN> <227@wrs.UUCP> <229@wrs.UUCP>
Reply-To: dg@wrs.UUCP (David Goodenough)
Organization: Wind River Systems, Emeryville, CA
Lines: 20
Summary: OOPS - I left a bug in it

In my previous posting of more there exists (at least) one bug that causes
rather odd behaviour when the -s switch is used.
The fix is lines 68 & 69 (or thereabouts) in an if statement that is testing
for the -s switch. They currently read:

	n++;
	a--;

and SHOULD read:

	n--;
	a++;

--
		dg@wrs.UUCP - David Goodenough

					+---+
					| +-+-+
					+-+-+ |
					  +---+