aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-20 21:39:32 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-20 21:39:32 +0200
commitb36470814899915cf1846f15aec0098754cf06ed (patch)
treee053344c22ca78a4d9249cd04f6d4091491b0241 /module/vcalendar.scm
parentAdd catch-multiple. (diff)
downloadcalp-b36470814899915cf1846f15aec0098754cf06ed.tar.gz
calp-b36470814899915cf1846f15aec0098754cf06ed.tar.xz
Change parse-datetime back to single return.
Diffstat (limited to 'module/vcalendar.scm')
-rw-r--r--module/vcalendar.scm2
1 files changed, 1 insertions, 1 deletions
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."