From a4a674c9f1018333f0c83368ed5de3bff453799d Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 2 Mar 2005 18:23:20 +0000 Subject: Reverted not approved patch svn path=/trunk/; revision=28941 --- plugins/save-calendar/rdf-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/save-calendar/rdf-format.c') diff --git a/plugins/save-calendar/rdf-format.c b/plugins/save-calendar/rdf-format.c index 1f120b46a4..268b17798a 100644 --- a/plugins/save-calendar/rdf-format.c +++ b/plugins/save-calendar/rdf-format.c @@ -146,7 +146,7 @@ add_time_to_rdf (xmlNodePtr node, const gchar *tag, icaltimetype *time) if (time) { xmlNodePtr cur_node = NULL; struct tm mytm = icaltimetype_to_tm (time); - gchar *str = (gchar*) g_malloc (sizeof (gchar) * 200); + gchar *str = (gchar*) g_malloc (sizeof (char) * 200); gchar *tmp = NULL; /* -- cgit v1.2.3