mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 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