mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
testtrace.c: fix compiler warning
This commit is contained in:
parent
e64d332e79
commit
a7e8f4aabc
@ -111,7 +111,7 @@ int libtest_debug_cb(CURL *handle, curl_infotype type,
|
|||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case CURLINFO_TEXT:
|
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 */
|
default: /* in case a new one is introduced to shock us */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user