]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-repolist.c
ui-log: replace get_sha1() with get_oid()
[cgit.git] / ui-repolist.c
index 6010a39329b00b7f277ec293eeaa897c8b283297..30915df283b7ea1b7ae9800229153e94a84c7d29 100644 (file)
@@ -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)