Loading tests/libtest/testtrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ int libtest_debug_cb(CURL *handle, curl_infotype type, switch (type) { case CURLINFO_TEXT: fprintf(stderr, "%s== Info: %s", timebuf, data); fprintf(stderr, "%s== Info: %s", &timebuf[0], data); default: /* in case a new one is introduced to shock us */ return 0; Loading Loading
tests/libtest/testtrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ int libtest_debug_cb(CURL *handle, curl_infotype type, switch (type) { case CURLINFO_TEXT: fprintf(stderr, "%s== Info: %s", timebuf, data); fprintf(stderr, "%s== Info: %s", &timebuf[0], data); default: /* in case a new one is introduced to shock us */ return 0; Loading