aboutsummaryrefslogtreecommitdiff
path: root/module/datetime
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-14 21:17:34 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 23:28:34 +0200
commit418092c5d25ce8a262d206e7fe691733663b379c (patch)
tree4f06116e067501d86adb4d0e04a869291c041a64 /module/datetime
parentChange gettext '_' to 'G_'. (diff)
downloadcalp-418092c5d25ce8a262d206e7fe691733663b379c.tar.gz
calp-418092c5d25ce8a262d206e7fe691733663b379c.tar.xz
Fix minor errors.
Diffstat (limited to 'module/datetime')
-rw-r--r--module/datetime/zic.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/datetime/zic.scm b/module/datetime/zic.scm
index 955ecd1c..ace3d991 100644
--- a/module/datetime/zic.scm
+++ b/module/datetime/zic.scm
@@ -275,7 +275,7 @@
;; technical dept.
(scm-error 'misc-error "parse-zic-file"
(G_ "Invalid key ~s. Note that leap seconds and expries rules aren't yet implemented.")
- (list type)
+ (list (car tokens))
#f)))]))))))