diff options
Diffstat (limited to 'lib/http_chunks.h')
-rw-r--r-- | lib/http_chunks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http_chunks.h b/lib/http_chunks.h index 58a3f12a8..26b79de4e 100644 --- a/lib/http_chunks.h +++ b/lib/http_chunks.h @@ -81,8 +81,8 @@ struct Curl_chunker { char hexbuffer[ MAXNUM_SIZE + 1]; int hexindex; ChunkyState state; - ssize_t datasize; - ssize_t dataleft; /* untouched data amount at the end of the last buffer */ + size_t datasize; + size_t dataleft; /* untouched data amount at the end of the last buffer */ }; #endif |