Loading docs/libcurl/curl_url_get.3 +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ If this function returns an error, no URL part is returned. char *scheme; rc = curl_url_get(url, CURLUPART_SCHEME, &scheme, 0); if(!rc) { printf("the scheme is %s\n", scheme); printf("the scheme is %s\\n", scheme); curl_free(scheme); } curl_url_cleanup(url); Loading Loading
docs/libcurl/curl_url_get.3 +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ If this function returns an error, no URL part is returned. char *scheme; rc = curl_url_get(url, CURLUPART_SCHEME, &scheme, 0); if(!rc) { printf("the scheme is %s\n", scheme); printf("the scheme is %s\\n", scheme); curl_free(scheme); } curl_url_cleanup(url); Loading