diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ int main(int argc, char **argv) if (rdirs == NULL) ERR("no calendar specified, and default was not found or readable"); - calpath = simple_xdg_bdirs_fullpath_read("every/calendar", rdirs); + calpath = simple_xdg_bdirs_fullpath_read("every/cal.every", rdirs); for (cur = rdirs; *cur != NULL; cur++) free(*cur); |