cURL / Mailing Lists / curl-users / Single Mail

curl-users

Bug in Curl-7.6.1

From: SM <nntp_at_iname.com>
Date: Sat, 17 Feb 2001 10:15:05 +0400

Hello,

There is a bug in line 557 of the include/curl/curl.h file. The line
should be:

CURLcode curl_read(CURLconnect *c_conn, char *buf, size_t buffersize,
                   size_t *n);

instead of:

CURLcode curl_read(CURLconnect *c_conn, char *buf, size_t buffersize,
                   ssize_t *n);

Curl.exe will compile correctly under Win32 with that fix.

Thanks
Received on 2001-02-17