mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
corrected the comment above gmtime_r
This commit is contained in:
parent
650b95045d
commit
47e67eab26
1 changed files with 0 additions and 2 deletions
|
|
@ -737,8 +737,6 @@ CURLcode Curl_http(struct connectdata *conn)
|
|||
|
||||
#ifdef HAVE_GMTIME_R
|
||||
/* thread-safe version */
|
||||
/* We assume that the presense of localtime_r() proves the presense
|
||||
of gmtime_r() which is a bit ugly but might work */
|
||||
struct tm keeptime;
|
||||
thistime = (struct tm *)gmtime_r(&data->set.timevalue, &keeptime);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue