mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
parent
37f173cfd0
commit
ac7be02e69
@ -49,7 +49,7 @@ CURL *curl = curl_easy_init();
|
||||
if(curl) {
|
||||
char *output = curl_easy_escape(curl, "data to convert", 15);
|
||||
if(output) {
|
||||
printf("Encoded: %s\n", output);
|
||||
printf("Encoded: %s\en", output);
|
||||
curl_free(output);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user