From b36470814899915cf1846f15aec0098754cf06ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 20 Apr 2019 21:39:32 +0200 Subject: Change parse-datetime back to single return. --- module/vcalendar.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcalendar.scm') diff --git a/module/vcalendar.scm b/module/vcalendar.scm index ef6fbd92..433c0a19 100644 --- a/module/vcalendar.scm +++ b/module/vcalendar.scm @@ -17,7 +17,7 @@ ;; the event DTSTART to get UTC time. (define string->time-utc - (compose date->time-utc (unval parse-datetime))) + (compose date->time-utc parse-datetime)) (define (parse-dates! cal) "Parse all start times into scheme date objects." -- cgit v1.2.3