aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--parsing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsing.c b/parsing.c
index 1b22fcf..4d5cc74 100644
--- a/parsing.c
+++ b/parsing.c
@@ -92,8 +92,6 @@ int cgit_parse_query(char *txt, configfn fn)
if (c=='=') {
*t = '\0';
value = t+1;
- } else if (c=='+') {
- *t = ' ';
} else if (c=='&') {
*t = '\0';
(*fn)(txt, value);