X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d96d2c98ebc4c2d3765f5b35c4142e0e828a421b..04254fa903701943bd45a479a952cc213a5b112a:/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")) {