j
k
j a
j l
I wrote:
if ( bv == NULL || ber->ber_sos_ptr != NULL ) { assert( ber->ber_sos_ptr != NULL ); /* For debugging */
assert( ber->ber_sos_ptr != NULL ); /* For debugging */
Whoops, assert( ... == NULL ) would work a bit better:-)
Back to the thread
Back to the list