diff options
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2421,7 +2421,7 @@ CURLcode Curl_ftpsendf(struct connectdata *conn, */ CURLcode Curl_ftp_quit(struct connectdata *conn) { - int nread; + ssize_t nread; int ftpcode; CURLcode ret; |