mirror of
https://github.com/curl/curl.git
synced 2026-07-30 23:08:03 +03:00
examples
This commit is contained in:
parent
448874f680
commit
6ea0135213
9 changed files with 13 additions and 13 deletions
|
|
@ -150,7 +150,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
|||
struct timeval tv;
|
||||
time_t secs;
|
||||
struct tm *now;
|
||||
(void)handle; /* prevent compiler warning */
|
||||
(void)handle;
|
||||
|
||||
gettimeofday(&tv, NULL);
|
||||
if(!known_offset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue