[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ber_flatten() of incomplete ber



I wrote:
> +	if ( bv == NULL || ber->ber_sos_ptr != NULL ) {
> +		assert( ber->ber_sos_ptr != NULL ); /* For debugging */

Whoops, assert( ... == NULL ) would work a bit better:-)

-- 
Hallvard