Change urldecode back to 0

This commit is contained in:
Joris Vink 2013-10-24 08:56:17 +02:00
parent 340f4b759c
commit e10486fa10
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ http_argument_urldecode(char *arg)
h[3] = *(p + 2);
h[4] = '\0';
v = kore_strtonum(h, 16, 20, 255, &err);
v = kore_strtonum(h, 16, 0, 255, &err);
if (err != KORE_RESULT_OK)
return (err);