Variable type cleanups to please the picky MIPSPro compiler.

This commit is contained in:
Daniel Stenberg
2004-07-01 08:10:21 +00:00
parent f05d47ddd6
commit 090b89cc76
6 changed files with 18 additions and 16 deletions

View File

@@ -578,7 +578,7 @@ struct connectdata {
/* 'upload_present' is used to keep a byte counter of how much data there is
still left in the buffer, aimed for upload. */
int upload_present;
ssize_t upload_present;
/* 'upload_fromhere' is used as a read-pointer when we uploaded parts of a
buffer, so the next read should read from where this pointer points to,