Bug#477016: curl_easy_setopt macro

2008-05-10 Thread peter green
tags 477016 +patch thanks Note that even though this option doesn't need any parameter, in some configurations curl_easy_setopt might be defined as a macro taking exactly three arguments. Therefore, it's recommended to pass 1 as parameter to this option. adding a 1 as an extra parameter to

Bug#477016: curl_easy_setopt macro

2008-05-04 Thread Adam Sloboda
Failed to build on my machine too, according to the curl manual: Note that even though this option doesn't need any parameter, in some configurations curl_easy_setopt might be defined as a macro taking exactly three arguments. Therefore, it's recommended to pass 1 as parameter to this option.