about summary refs log tree commit diff stats
path: root/ui-repolist.c
diff options
context:
space:
mode:
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 7cf7638..529a203 100644 --- a/ui-repolist.c +++ b/ui-repolist.c
@@ -20,7 +20,7 @@ static time_t read_agefile(const char *path)
20 20
21 if (readfile(path, &buf, &size)) { 21 if (readfile(path, &buf, &size)) {
22 free(buf); 22 free(buf);
23 return -1; 23 return 0;
24 } 24 }
25 25
26 if (parse_date(buf, &date_buf) == 0) 26 if (parse_date(buf, &date_buf) == 0)