cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

[cURLpp] bug in last submitted patch

From: Armel Asselin <asselin.armel_at_wanadoo.fr>
Date: Fri, 15 Sep 2006 11:59:40 +0200

hello,

I recently submitted a patch which fixed some problems and added the ability to query 'long' Info objects.
there was a bug unfortunately. this patch fixes it (Info.cpp)

                    CURLINFO info,
                    long &value)
  {
34,35c34
< long tmp;
< InfoGetter::get(handle, info, tmp);

---
>   InfoGetter::get(handle, info, value);
  }
  
  template< >
Regards,
Armel Asselin

_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2006-09-15

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET