viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit 1f9a97c64d57d158c2e6510ca28514ff7a28e639
parent b8c6a3186f838f8533de1d90516f760748d94fed
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 17 Nov 2018 11:38:27 -0800

dont crash on alignment for now

Diffstat:
Mviscal.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/viscal.c b/viscal.c @@ -789,14 +789,14 @@ static time_t get_smallest_closest_timeblock(time_t current, int round_by) static void align_down(struct cal *cal) { - assert(!"implement me"); + /* assert(!"implement me"); */ struct event *event = get_selected_event(cal); } static void align_up(struct cal *cal) { - assert(!"implement me"); + /* assert(!"implement me"); */ struct event *event = get_selected_event(cal); }