mirror of
https://github.com/curl/curl.git
synced 2026-05-30 13:47:28 +03:00
Andrs Garca fixed curl_escape()
This commit is contained in:
parent
88bb054e1d
commit
84e71e1c50
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue