summaryrefslogtreecommitdiff
blob: 9d01cf4f7758ab3618eda36f016a7006477eba02 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xcdroast-0.98alpha16/src/setup.c.orig	2008-08-21 12:07:18.000000000 +0400
+++ xcdroast-0.98alpha16/src/setup.c	2016-07-09 11:26:54.724084818 +0300
@@ -4468,7 +4468,7 @@
 		if (!textonly) {
 			show_dialog(ICO_ERROR,tmp, T_OK, NULL, NULL, 0);
 		} else {
-			g_warning(tmp);
+			g_warning("%s",tmp);
 		}
 	}	
 }