removed silly check for >=0 of a supposedly unsigned value!
This commit is contained in:
parent
bd878756fc
commit
1de82b220d
@ -522,7 +522,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
||||
time_t secs=time(NULL);
|
||||
k->timeofdoc = curl_getdate(k->p+strlen("Last-Modified:"),
|
||||
&secs);
|
||||
if(data->set.get_filetime>=0)
|
||||
if(data->set.get_filetime)
|
||||
data->info.filetime = k->timeofdoc;
|
||||
}
|
||||
else if ((k->httpcode >= 300 && k->httpcode < 400) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user