summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-13 03:53:56 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-13 03:53:56 +0000
commit20414ebe442b79e19de7102089bd8645dc8e7369 (patch)
treed6a04bdde97e7cbce5b04eed440654ad365ad063 /plugins
parente454279539e9674e509fa75d9a2bf3c5c9572fcd (diff)
downloadpcsxr-20414ebe442b79e19de7102089bd8645dc8e7369.tar.gz
silence warning
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47940 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfnet/gui.c2
1 files changed, 1 insertions, 1 deletions
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);