chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Re: read-lines bug and a suggested bug fix


From: felix winkelmann
Subject: Re: [Chicken-users] Re: read-lines bug and a suggested bug fix
Date: Wed, 31 Jan 2007 07:43:39 +0100

On 1/30/07, Tony Sidaway <address@hidden> wrote:
Nope.  This is what I meant to post.

 ((or (eof-object? ln) (eq? n 0)) (if (eof-object? ln) (reverse
lns)(reverse (cons ln lns)))) ) )


Thanks for reporting this, Tony.

The bug has been fixed and the fix should be available in the darcs
repo shortly.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]