summaryrefslogtreecommitdiff
path: root/mail/evolution/patches/patch-af
blob: 5b1b6b680aa007da68a555ff5087e99f4bfd3a2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.5.6.1 2005/08/27 18:34:51 salo Exp $

--- calendar/gui/e-calendar-table.c.orig	2005-01-25 11:18:16.000000000 +0000
+++ calendar/gui/e-calendar-table.c
@@ -1027,7 +1027,7 @@ e_calendar_table_on_save_as (EPopup *ep,
 		return;
 	}
 	
-	fprintf (file, ical_string);
+	fprintf (file, "%s", ical_string);
 	g_free (ical_string);
 	fclose (file);
 }