aboutsummaryrefslogtreecommitdiffstats
path: root/ui-repolist.c
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-15 21:00:36 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-03-15 21:00:36 +0100
commit73eaec8b7aaa02e77cd475ccfdb117e188895457 (patch)
tree9bba8659c62de209331edf2685bf7372f2ba3226 /ui-repolist.c
parentd0f10b314dca7c6929b6fe8fa4cb5af10bcf8c2d (diff)
parent39735d95ca8775204ed4c5f306009707f7da79c6 (diff)
downloadpkg-cgit-73eaec8b7aaa02e77cd475ccfdb117e188895457.zip
pkg-cgit-73eaec8b7aaa02e77cd475ccfdb117e188895457.tar.gz
pkg-cgit-73eaec8b7aaa02e77cd475ccfdb117e188895457.tar.bz2
Merge branch 'master' of git://git.zx2c4.com/cgit
Diffstat (limited to 'ui-repolist.c')
-rw-r--r--ui-repolist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 6010a39..30915df 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -79,7 +79,7 @@ static void print_modtime(struct cgit_repo *repo)
{
time_t t;
if (get_repo_modtime(repo, &t))
- cgit_print_age(t, -1, NULL);
+ cgit_print_age(t, 0, -1);
}
static int is_match(struct cgit_repo *repo)