From 7ce7c3b60505a72a1d46343d6595e1176d107e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 6 Oct 2019 22:49:14 +0200 Subject: Identified timezone problem. --- module/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent.scm') diff --git a/module/vcomponent.scm b/module/vcomponent.scm index a65ef2d4..d8e6e61f 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -118,7 +118,7 @@ (unless (attr component "COLOR") (set! (attr component "COLOR") - (attr root "COLOR"))) + (attr root "COLOR"))) ;; return component)))) -- cgit v1.2.3