X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d71c0c725d7b5ddfc5b788d328a5fc7a27739662..c4b45de33458f66f5a768530d738f6c28e56cf49:/cgit.c diff --git a/cgit.c b/cgit.c index e09c86e..166fbc6 100644 --- a/cgit.c +++ b/cgit.c @@ -156,6 +156,8 @@ static void querystring_cb(const char *name, const char *value) ctx.qry.mimetype = xstrdup(value); } else if (!strcmp(name, "s")){ ctx.qry.sort = xstrdup(value); + } else if (!strcmp(name, "showmsg")) { + ctx.qry.showmsg = atoi(value); } }