aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-05-03 13:18:33 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-05-03 15:19:34 +0200
commit53eab85617c656b88a48968971e3b79d1310cb71 (patch)
treea59247798b5d1ff49cab4e515c91be6ecd524555 /src/parse.c
parentThink it's only reintroducing of set! left. (diff)
downloadcalp-SCM.tar.gz
calp-SCM.tar.xz
moreSCM
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index cd64e192..71272998 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -160,7 +160,7 @@ int handle_kv (
/* key \in { VCALENDAR, VEVENT, VALARM, VTODO, VTIMEZONE, ... } */
NEW(vcomponent, e,
- ctx->str.mem,
+ val->mem,
ctx->filename);
SCM_PUSH_X(ctx->key_stack, scm_string_to_symbol(scm_from_utf8_stringn(ctx->str.mem, ctx->str.len)));