fix compiler warning
authorYang Tse <yangsita@gmail.com>
Tue, 26 Jul 2011 19:36:35 +0000 (21:36 +0200)
committerYang Tse <yangsita@gmail.com>
Tue, 26 Jul 2011 19:36:35 +0000 (21:36 +0200)
lib/http.c

index 6646d5e..97946f8 100644 (file)
@@ -1631,7 +1631,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
   curl_off_t included_body = 0;
   const char *httpstring;
   Curl_send_buffer *req_buffer;
-  curl_off_t postsize = 0; /* off_t type to be able to hold a large file size */
+  curl_off_t postsize = 0; /* curl_off_t to handle large file sizes */
   int seekerr = CURL_SEEKFUNC_OK;
 
   /* Always consider the DO phase done after this function call, even if there