Skip to content
Snippets Groups Projects
Commit 86f4cead authored by Yang Tse's avatar Yang Tse
Browse files

sread now returns ssize_t

parent 88a1a10e
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ static int juggle(curl_socket_t *sockfdp,
fd_set fds_write;
fd_set fds_err;
curl_socket_t maxfd;
int r;
ssize_t r;
unsigned char buffer[256]; /* FIX: bigger buffer */
char data[256];
curl_socket_t sockfd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment