X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bf8c7a4c93bdc95d841b25a60644cca3ec124625..961893b5478e7676b1a422185fcac41f89434b0a:/cgit.c 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")) {