diff options
Diffstat (limited to 'lib/ftp.c')
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -221,7 +221,7 @@ int Curl_GetFTPResponse(int sockfd, char *buf, int *ftpcode) { int nread; - size_t keepon=TRUE; + ssize_t keepon=TRUE; char *ptr; int timeout = 3600; /* in seconds */ struct timeval interval; |