Skip to content
Snippets Groups Projects
Commit 47e67eab authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

corrected the comment above gmtime_r

parent 650b9504
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment