]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
git: update to v2.36.1
[ps-cgit] / ui-repolist.c
index 41424c0881dee009816a3effc75ef1d116f06955..529a2038baa21617d52d742894b3a06120378dd7 100644 (file)
@@ -11,7 +11,7 @@
 #include "html.h"
 #include "ui-shared.h"
 
 #include "html.h"
 #include "ui-shared.h"
 
-static time_t read_agefile(char *path)
+static time_t read_agefile(const char *path)
 {
        time_t result;
        size_t size;
 {
        time_t result;
        size_t size;
@@ -20,7 +20,7 @@ static time_t read_agefile(char *path)
 
        if (readfile(path, &buf, &size)) {
                free(buf);
 
        if (readfile(path, &buf, &size)) {
                free(buf);
-               return -1;
+               return 0;
        }
 
        if (parse_date(buf, &date_buf) == 0)
        }
 
        if (parse_date(buf, &date_buf) == 0)