[Commits] [SCM] claws branch, master, updated. 3.14.0-79-gc0dc565
ticho at claws-mail.org
ticho at claws-mail.org
Tue Sep 13 11:46:07 CEST 2016
The branch, master has been updated
via c0dc565cf9e6709a671fbfee0d43a7bc2fab94ba (commit)
from a62bfbb3d2a12d56032cf6d1d1ae9867e49b7096 (commit)
Summary of changes:
src/plugins/vcalendar/vcal_manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c0dc565cf9e6709a671fbfee0d43a7bc2fab94ba
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Tue Sep 13 11:45:22 2016 +0200
More fixes for vcalendar crash on 64-bit arch.
Same issue as in commit d20742e, different place.
This should be the last one, though.
diff --git a/src/plugins/vcalendar/vcal_manager.c b/src/plugins/vcalendar/vcal_manager.c
index 017aa8c..b22947c 100644
--- a/src/plugins/vcalendar/vcal_manager.c
+++ b/src/plugins/vcalendar/vcal_manager.c
@@ -448,7 +448,7 @@ gchar *vcal_manager_event_dump(VCalEvent *event, gboolean is_reply, gboolean is_
ICAL_ROLE_REQPARTICIPANT),
icalparameter_new_rsvp(ICAL_RSVP_TRUE),
icalparameter_new_partstat(status),
- 0
+ (void*)0
);
icalcomponent_add_property(ievent, attprop);
} else {
@@ -470,7 +470,7 @@ gchar *vcal_manager_event_dump(VCalEvent *event, gboolean is_reply, gboolean is_
icalparameter_new_rsvp(ICAL_RSVP_TRUE),
icalparameter_new_cutype(a->cutype),
icalparameter_new_partstat(a->answer),
- 0
+ (void*)0
);
icalcomponent_add_property(ievent, attprop);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list