mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
parent
08f97cbf5c
commit
b2bccdc257
49 changed files with 113 additions and 113 deletions
|
|
@ -1585,7 +1585,7 @@ static ParameterError parse_time_cond(struct OperationConfig *config,
|
|||
break;
|
||||
}
|
||||
config->condtime = (curl_off_t)curl_getdate(nextarg, NULL);
|
||||
if(-1 == config->condtime) {
|
||||
if(config->condtime == -1) {
|
||||
curl_off_t value;
|
||||
/* now let's see if it is a filename to get the time from instead! */
|
||||
int rc = getfiletime(nextarg, config->global, &value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue