From 20414ebe442b79e19de7102089bd8645dc8e7369 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 13 May 2010 03:53:56 +0000 Subject: silence warning git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47940 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfnet/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dfnet/gui.c b/plugins/dfnet/gui.c index ad991bc1..1f2dc69c 100644 --- a/plugins/dfnet/gui.c +++ b/plugins/dfnet/gui.c @@ -28,7 +28,7 @@ void cfgSysMessage(const char *fmt, ...) { MsgDlg = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("NetPlay")); - gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(MsgDlg), msg); + gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(MsgDlg), "%s", msg); gtk_dialog_run(GTK_DIALOG(MsgDlg)); gtk_widget_destroy(MsgDlg); -- cgit v1.2.3