]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-repolist.c
git: update to v2.32.0
[cgit.git] / ui-repolist.c
index 7cf763891fcc069262476ac9bca153495f907efc..529a2038baa21617d52d742894b3a06120378dd7 100644 (file)
@@ -20,7 +20,7 @@ static time_t read_agefile(const char *path)
 
        if (readfile(path, &buf, &size)) {
                free(buf);
-               return -1;
+               return 0;
        }
 
        if (parse_date(buf, &date_buf) == 0)