X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e52a5226b83dc5232adb7d9076cae3ad4b123df4..521e10c884055c800078e6dada97ccf6c5193aad:/ui-repolist.c?ds=inline diff --git a/ui-repolist.c b/ui-repolist.c index 7e7f1fb..36c067a 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -104,7 +104,7 @@ void print_sort_header(const char *title, const char *sort) { htmlf("%s", title); @@ -160,7 +160,7 @@ static int sort_section(const void *a, const void *b) result = cmp(r1->section, r2->section); if (!result) { - if (!strcmp(ctx.cfg.section_sort, "age")) { + if (!strcmp(ctx.cfg.repository_sort, "age")) { // get_repo_modtime caches the value in r->mtime, so we don't // have to worry about inefficiencies here. if (get_repo_modtime(r1, &t) && get_repo_modtime(r2, &t))