[Pkg-xfce-devel] Bug#370273: orage: segfaults when saving events

Frederik Juul Christiani frederik at christiani.dk
Sun Jul 30 12:48:52 UTC 2006


The following patch against orage-4.3.90.2-2 fixes the problem
for me.

I've reported this to the upstream bug as well.

Frederik


diff -Naurp src.orig/ical-code.c src/ical-code.c
--- src.orig/ical-code.c	2006-07-10 14:34:41.000000000 +0200
+++ src/ical-code.c	2006-07-30 14:33:36.000000000 +0200
@@ -1246,7 +1246,7 @@ char *appt_add_internal(appt_data *appt,
            , icalproperty_new_class(ICAL_CLASS_PUBLIC)
            , icalproperty_new_dtstamp(dtstamp)
            , icalproperty_new_created(create_time)
-           , 0);
+           , NULL);
 
     if XFICAL_STR_EXISTS(appt->title)
         icalcomponent_add_property(ievent





More information about the Pkg-xfce-devel mailing list