aboutsummaryrefslogtreecommitdiff
path: root/module/output/types.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
commit0d249a996d2c969feef525933de925af88e6c249 (patch)
tree639ccc2f65d33e9f1cf06cb0b619bce403cb054d /module/output/types.scm
parentFrontend feedback on event creation. (diff)
downloadcalp-0d249a996d2c969feef525933de925af88e6c249.tar.gz
calp-0d249a996d2c969feef525933de925af88e6c249.tar.xz
Change internal fields to stat with a dash.
Diffstat (limited to 'module/output/types.scm')
-rw-r--r--module/output/types.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/types.scm b/module/output/types.scm
index 3627a8b9..d4305b7a 100644
--- a/module/output/types.scm
+++ b/module/output/types.scm
@@ -19,7 +19,7 @@
;; NOTE We really should output TZID from param here, but
;; we first need to change so these writers can output
;; parameters.
- (datetime->string (hashq-ref param 'X-HNH-ORIGINAL value)
+ (datetime->string (hashq-ref param '-X-HNH-ORIGINAL value)
"~Y~m~dT~H~M~S~Z"))
(define (write-duration _ value)