From 78b23e08a3bfea604ac123aeb330d762c275a622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 6 Apr 2019 19:07:41 +0200 Subject: Fix timezone accumelator. --- module/vcalendar.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/vcalendar.scm b/module/vcalendar.scm index ab404a1a..12e2d9a5 100644 --- a/module/vcalendar.scm +++ b/module/vcalendar.scm @@ -116,7 +116,7 @@ (for-each (lambda (component) (case (type component) ((VTIMEZONE) - (let ((zones (children cal 'VTIMEZONE))) + (let ((zones (children accum 'VTIMEZONE))) (unless (find (lambda (z) (string=? (attr z "TZID") (attr component "TZID"))) -- cgit v1.2.3