diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -298,6 +298,7 @@ static void querystring_cb(const char *name, const char *value) | |||
298 | ctx.qry.period = xstrdup(value); | 298 | ctx.qry.period = xstrdup(value); |
299 | } else if (!strcmp(name, "ss")) { | 299 | } else if (!strcmp(name, "ss")) { |
300 | ctx.qry.ssdiff = atoi(value); | 300 | ctx.qry.ssdiff = atoi(value); |
301 | ctx.qry.has_ssdiff = 1; | ||
301 | } else if (!strcmp(name, "all")) { | 302 | } else if (!strcmp(name, "all")) { |
302 | ctx.qry.show_all = atoi(value); | 303 | ctx.qry.show_all = atoi(value); |
303 | } else if (!strcmp(name, "context")) { | 304 | } else if (!strcmp(name, "context")) { |