cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: yangtse: curl/lib url.c,1.763,1.764

From: Yang Tse <yangsita_at_gmail.com>
Date: Fri, 17 Oct 2008 17:17:35 +0200

2008/10/17, Daniel Stenberg wrote:

> On Fri, 17 Oct 2008, cvs_at_labb.contactor.se wrote:
>
> > long i;
> > do
> > i = ConnectionKillOne(data);
> > - while(i != -1L);
> > + } while(i != -1L);
> > }
> >
>
> Hahah, I noticed the problem and fixed it just seconds ago... so your fix
> here actually broke it again! ;*)

Yep, I've had a good laugh when I've seen that we had cross-fixed it
in different ways, with my second one breaking it again. ;-)

Cheers

-- 
-=[Yang]=-
Received on 2008-10-17