aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcal.h')
-rw-r--r--src/vcal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcal.h b/src/vcal.h
index 3db5fcdc..eff1f06f 100644
--- a/src/vcal.h
+++ b/src/vcal.h
@@ -48,7 +48,7 @@
*/
/* content_set */
-#define CLINE_CUR(c) ((c)->cur->value)
+#define CLINE_CUR(c) ((c)->cval)
/* strbuf */
#define CLINE_CUR_VAL(c) (& CLINE_CUR(c)->key)