X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8f40be229cf8ac7ecbf5e03e11098bad8e82e7e5..fdfb6a6d802d6b91061296eda9848d5819760d01:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 7e7f1fb..c774632 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -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))