Variable type cleanups to please the picky MIPSPro compiler.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user