- commit
- ee4526aa053591575191691fbc330365dc0364ae
- parent
- fc16cba7ce33443153e327e18df7ee8016b8224d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-11-19 07:19
c: fix input file
Diffstat
| M | calendar.c | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.c b/calendar.c
@@ -385,7 +385,7 @@ int main(int argc, char *argv[]) {
385 385 }
386 386 }
387 387
388 -1 struct line *first = get_lines("~/DATES");
-1 388 struct line *first = get_lines("~/.calendar/calendar");
389 389
390 390 time_t t = time(NULL);
391 391 struct tm *today = localtime(&t);