X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/0730ee6ea4af45e29e7c74d4a32bde9d2d6c8104..cb92d05b6b729cd0e219b43d7a79aff832a9c1ac:/cgit.c diff --git a/cgit.c b/cgit.c index 66dd140..5816f3d 100644 --- a/cgit.c +++ b/cgit.c @@ -177,6 +177,9 @@ void config_cb(const char *name, const char *value) static void querystring_cb(const char *name, const char *value) { + if (!value) + value = ""; + if (!strcmp(name,"r")) { ctx.qry.repo = xstrdup(value); ctx.repo = cgit_get_repoinfo(value);