| -rw-r--r-- | ui-repolist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index e5c6c20..573c730 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -14,6 +14,7 @@ time_t read_agefile(char *path) { FILE *f; static char buf[64], buf2[64]; + struct tm tm; if (!(f = fopen(path, "r"))) return -1; |