mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
checksrc.pl: detect assign followed by more than one space
And fix some code previously doing this. Closes #19375
This commit is contained in:
parent
c12a1fdd0e
commit
6d7e924e80
5 changed files with 20 additions and 13 deletions
|
|
@ -148,7 +148,7 @@ static CURLcode test_unit1303(const char *arg)
|
|||
timediff_t timeout;
|
||||
NOW(run[i].now_s, run[i].now_us);
|
||||
TIMEOUTS(run[i].timeout_ms, run[i].connecttimeout_ms);
|
||||
timeout = Curl_timeleft(easy, &now, run[i].connecting);
|
||||
timeout = Curl_timeleft(easy, &now, run[i].connecting);
|
||||
if(timeout != run[i].result)
|
||||
fail(run[i].comment);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue