chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Add missing bufpos variable for read-buffe


From: Peter Bex
Subject: Re: [Chicken-hackers] [PATCH] Add missing bufpos variable for read-buffered on tcp ports
Date: Sun, 12 Oct 2014 20:51:29 +0200
User-agent: Mutt/1.4.2.3i

On Mon, Oct 13, 2014 at 06:16:40AM +1300, Evan Hanson wrote:
> ---
>  tcp.scm |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tcp.scm b/tcp.scm
> index ce7bb74..5389ed1 100644
> --- a/tcp.scm
> +++ b/tcp.scm
> @@ -359,6 +359,7 @@ EOF
>        (let* ((buf (make-string +input-buffer-size+))
>            (data (vector fd #f #f buf 0))
>            (buflen 0)
> +          (bufpos 0)
>            (bufindex 0)
>            (iclosed #f) 
>            (oclosed #f)

Nice catch!  Pushed to master and chicken-5.

Cheers,
Peter
-- 
http://www.more-magic.net



reply via email to

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