summaryrefslogtreecommitdiff
path: root/debian/patches/0001-fix-fprintf-format.patch
blob: 24ec36a820b89c647cab8f2af03f5a751e0ba4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix FTBFS with gcc 4.6
Author: Laurent Bigonville <bigon@debian.org>
Bug-Debian: http://bugs.debian.org/614486

--- a/src/libcharon/plugins/stroke/stroke_ca.c
+++ b/src/libcharon/plugins/stroke/stroke_ca.c
@@ -319,7 +319,7 @@
 	{
 		if (first)
 		{
-			fprintf(out, label);
+			fprintf(out, "%s", label);
 			first = FALSE;
 		}
 		else