missing else
This commit is contained in:
parent
fe3e56b802
commit
bdd15d2344
@ -21,7 +21,7 @@ unsigned int scan_urlencoded(const char *src,char *dest,unsigned int *destlen) {
|
|||||||
if (j<0) break;
|
if (j<0) break;
|
||||||
dest[written]|=j;
|
dest[written]|=j;
|
||||||
i+=2;
|
i+=2;
|
||||||
} if (s[i]=='+')
|
} else if (s[i]=='+')
|
||||||
dest[written]=' ';
|
dest[written]=' ';
|
||||||
else
|
else
|
||||||
dest[written]=s[i];
|
dest[written]=s[i];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user