aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-06 22:49:14 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-15 20:05:00 +0200
commit7ce7c3b60505a72a1d46343d6595e1176d107e84 (patch)
tree414dce72e9744ecc5bdba1ccc8cd128168c908c9 /module/vcomponent.scm
parentRemove tailing null from parsed color files. (diff)
downloadcalp-7ce7c3b60505a72a1d46343d6595e1176d107e84.tar.gz
calp-7ce7c3b60505a72a1d46343d6595e1176d107e84.tar.xz
Identified timezone problem.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm2
1 files changed, 1 insertions, 1 deletions
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))))