diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.c b/src/utils.c index a5e1196..a6ccec9 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1511,9 +1511,9 @@ static void print_event_helper(const char *format, long day, struct event *ev, break; case FS_HASH: if (rev) - printf("%s", recur_event_tostr(rev)); + printf("%s", recur_event_hash(rev)); else - printf("%s", event_tostr(ev)); + printf("%s", event_hash(ev)); break; case FS_EOF: return; |