From fa3e32bf44f0370347308fae6ec73cc40f346c12 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Sep 2007 16:19:38 +0000 Subject: fixing Mantis 1281 --- src/daemon/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon') diff --git a/src/daemon/internal.c b/src/daemon/internal.c index 433d4886..5e2ff553 100644 --- a/src/daemon/internal.c +++ b/src/daemon/internal.c @@ -61,7 +61,7 @@ MHD_http_unescape (char *val) "%2x", &num)) || (1 == sscanf (&esc[1], "%2X", &num))) { esc[0] = (unsigned char) num; - memmove (&esc[1], &esc[3], strlen (&esc[3])); + memmove (&esc[1], &esc[3], strlen (&esc[3]) + 1); } val = esc + 1; } -- cgit v1.2.3