mirror of
https://github.com/curl/curl.git
synced 2026-07-23 12:27:19 +03:00
parent
37f173cfd0
commit
ac7be02e69
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue