Subject: Re: PR: bin/12138 [Was: sort crashes]
To: Jaromr <jdolecek@NetBSD.org>
From: None <itojun@iijlab.net>
List: current-users
Date: 02/16/2001 10:59:09
>> 	why not making append() check for nelem, or make it work for
>> 	no-records case?
>I believe append() should not be called for nelem == 0 at all.

	append() get called from other places too.  i feel it easier to
	understand and debug if we make append() work with nelem == 0.

itojun