Author: sragavan
Date: Sun Feb 17 20:11:35 2008
New Revision: 35031
URL: http://svn.gnome.org/viewvc/evolution?rev=35031&view=rev
Log:
2008-02-18 Srinivasa Ragavan <[EMAIL PROTECTED]>
** Downstream patches from OpenSUSE
* conduits/calendar/calendar-conduit.c:
(local_record_to_pilot_record):
* conduits/memo/memo-conduit.c: (local_record_to_pilot_record):
* conduits/todo/todo-conduit.c: (local_record_to_pilot_record):
Modified:
trunk/calendar/ChangeLog
trunk/calendar/conduits/calendar/calendar-conduit.c
trunk/calendar/conduits/memo/memo-conduit.c
trunk/calendar/conduits/todo/todo-conduit.c
Modified: trunk/calendar/conduits/calendar/calendar-conduit.c
==============================================================================
--- trunk/calendar/conduits/calendar/calendar-conduit.c (original)
+++ trunk/calendar/conduits/calendar/calendar-conduit.c Sun Feb 17 20:11:35 2008
@@ -840,6 +840,8 @@
static char record[0xffff];
#endif
+ memset(&p, 0, sizeof (p));
+
g_assert (local->comp != NULL);
g_assert (local->appt != NULL );
Modified: trunk/calendar/conduits/memo/memo-conduit.c
==============================================================================
--- trunk/calendar/conduits/memo/memo-conduit.c (original)
+++ trunk/calendar/conduits/memo/memo-conduit.c Sun Feb 17 20:11:35 2008
@@ -473,6 +473,8 @@
static char record[0xffff];
#endif
+ memset(&p, 0, sizeof (p));
+
g_assert (local->comp != NULL);
g_assert (local->memo != NULL );
Modified: trunk/calendar/conduits/todo/todo-conduit.c
==============================================================================
--- trunk/calendar/conduits/todo/todo-conduit.c (original)
+++ trunk/calendar/conduits/todo/todo-conduit.c Sun Feb 17 20:11:35 2008
@@ -621,6 +621,8 @@
memset (&p, 0, sizeof (GnomePilotRecord));
+ memset(&p, 0, sizeof (p));
+
p.ID = local->local.ID;
p.category = local->local.category;
p.attr = local->local.attr;
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.