Skip to content
Snippets Groups Projects
Commit 84e71e1c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andrs Garca fixed curl_escape()

parent 88bb054e
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ char *curl_escape(char *string, int length)
int newlen = alloc;
int index=0;
length = alloc-1;
while(length--) {
in = *string;
if(' ' == in)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment