Balazs Scheidler <[EMAIL PROTECTED]> writes:

> There's a small bug in read_line.c around line 87:
> 
> instead of
>   n = A_READ(read, MAX_LINE - closure->pos, closure->buffer);
> 
> it should be 
> 
>   n = A_READ(read, MAX_LINE - closure->pos, closure->buffer + closure->pos);

Fixed. Thanks.

FYI, I'm just switching jobs, which is why I'm a little busy with
other things right now.

Regards,
/Niels

Reply via email to