summarylogtreecommitdiffstats
path: root/001-libical2_support_webcit.patch
blob: 36f4407b49df9b811bbfdb44516b2742bd027230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/webcit/webserver.c b/webcit/webserver.c
index 116c647..ba7e341 100644
--- a/webcit/webserver.c
+++ b/webcit/webserver.c
@@ -274,7 +274,7 @@ int main(int argc, char **argv)
 	}
 
 	/* Tell libical to return an error instead of aborting if it sees badly formed iCalendar data. */
-	icalerror_errors_are_fatal = 0;
+	icalerror_set_errors_are_fatal(0);
 
 	/* Use our own prefix on tzid's generated from system tzdata */
 	icaltimezone_set_tzid_prefix("/citadel.org/");