mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:03:32 +03:00
parent
06d4456a21
commit
5474d70c3e
34 changed files with 61 additions and 61 deletions
|
|
@ -312,7 +312,7 @@ timediff_t Curl_pgrsLimitWaitTime(struct pgrs_dir *d,
|
|||
if(actual < minimum) {
|
||||
/* if it downloaded the data faster than the limit, make it wait the
|
||||
difference */
|
||||
return (minimum - actual);
|
||||
return minimum - actual;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue