From cb92d05b6b729cd0e219b43d7a79aff832a9c1ac Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 17 Aug 2009 08:17:23 +0000 Subject: Merge branch 'stable' --- (limited to '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); -- cgit v0.9.0.2