index
:
patchwork/cgit.git
master
cgit - fast webinterface for git
summary
refs
log
tree
commit
diff
about
log msg
author
committer
range
Side-by-side diff
Diffstat
(
more
/
less
context) (
show
whitespace changes)
-rw-r--r--
parsing.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing.c b/parsing.c
index a028625..4420e58 100644
--- a/
parsing.c
+++ b/
parsing.c
@@ -168,4 +168,5 @@ void cgit_parse_url(const char *url)
if (p) {
p[0] = '\0';
+ if (p[1])
cgit_query_path = xstrdup(p + 1);
}