X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ccba7eb9d0c43ffe99178ab6632dc3794f887309..979cf4a753945ef5f3428693863d66eb33be7e2d:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 7cf7638..529a203 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -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)