Re: [PATCH] fport_write: Fix test of remaining bytes.

2015-03-31 Thread Ludovic Courtès
Doug Evans skribis: > diff --git a/libguile/fports.c b/libguile/fports.c > index 8395f0e..ce1bf54 100644 > --- a/libguile/fports.c > +++ b/libguile/fports.c > @@ -869,7 +869,7 @@ fport_write (SCM port, const void *data, size_t size) > const void *ptr = ((const char *) data) + space; >

[PATCH] fport_write: Fix test of remaining bytes.

2015-03-28 Thread Doug Evans
Hi. This seems obvious, but I could be missing something. 2015-03-28 Doug Evans * libguile/fports.c (fport_write): Fix test of remaining bytes. diff --git a/libguile/fports.c b/libguile/fports.c index 8395f0e..ce1bf54 100644 --- a/libguile/fports.c +++ b/libguile/fports.c @@ -869,7 +