aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-31 00:11:05 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-31 00:11:05 +0100
commitae630ed595330f102685bbbb96c01a8c24b8923a (patch)
treeee1162df4a3c2a181b9d48e5281c7f33e18eaeb5 /src/vcal.h
parentCal name now set to basename of path. (diff)
downloadcalp-ae630ed595330f102685bbbb96c01a8c24b8923a.tar.gz
calp-ae630ed595330f102685bbbb96c01a8c24b8923a.tar.xz
Add cval field to LLIST.
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)