
committed by
Daniel Stenberg

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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user