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 _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
