X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bf8c7a4c93bdc95d841b25a60644cca3ec124625..fac65a7ed2d10f83d0df27e66e1c67e11663c220:/cgit.c?ds=inline diff --git a/cgit.c b/cgit.c index b7807ad..1d50129 100644 --- a/cgit.c +++ b/cgit.c @@ -298,6 +298,7 @@ static void querystring_cb(const char *name, const char *value) ctx.qry.period = xstrdup(value); } else if (!strcmp(name, "ss")) { ctx.qry.ssdiff = atoi(value); + ctx.qry.has_ssdiff = 1; } else if (!strcmp(name, "all")) { ctx.qry.show_all = atoi(value); } else if (!strcmp(name, "context")) {