From 9d479ca655aee6108e92c9d0e46dc4f8d898c89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 25 Feb 2019 23:46:15 +0100 Subject: Store static reference to SCM version of vcomponent. --- vcal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vcal.c') diff --git a/vcal.c b/vcal.c index 2f736892..9aa08c7c 100644 --- a/vcal.c +++ b/vcal.c @@ -60,6 +60,7 @@ INIT_F(vcomponent, const char* type, const char* filename) { strcpy(self->type, type); self->parent = NULL; + self->scm = NULL; return 0; } -- cgit v1.2.3