On 2 Sep 2002, Tom Hughes wrote:

> This loop stops as soon as key_next() becomes NULL which means that
> you never process the last key component. I would guess that you want
> to make the first line into this:
> 
>   while (key != NULL) {

what can i say. OOPS :-)

/j


Reply via email to