Instead of this change (and some others I was about to make), maybe ber_bvchr() and ber_bvrchr() should be changed to return char* instead of void*? lutil_memchr() would still return void*.
[EMAIL PROTECTED] writes: > valsort.c 1.13 -> 1.14 > Fix void* pointer arithmetic from ber_bvchr() - end = ber_bvchr( &a->a_vals[i], '}' ) + 1; + end = (char *) ber_bvchr( &a->a_vals[i], -- Hallvard