Loading lib/url.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -819,6 +819,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...) * defaults to CURLOPT_STDERR for normal operations. * defaults to CURLOPT_STDERR for normal operations. */ */ data->set.debugdata = va_arg(param, void *); data->set.debugdata = va_arg(param, void *); break; case CURLOPT_STDERR: case CURLOPT_STDERR: /* /* * Set to a FILE * that should receive all error writes. This * Set to a FILE * that should receive all error writes. This Loading Loading
lib/url.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -819,6 +819,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...) * defaults to CURLOPT_STDERR for normal operations. * defaults to CURLOPT_STDERR for normal operations. */ */ data->set.debugdata = va_arg(param, void *); data->set.debugdata = va_arg(param, void *); break; case CURLOPT_STDERR: case CURLOPT_STDERR: /* /* * Set to a FILE * that should receive all error writes. This * Set to a FILE * that should receive all error writes. This Loading