Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > bd190a7d13740d47a518ad8d98a2559d > files > 4

libunique-1.1.6-12.mga5.src.rpm

--- tests/test-unique.c.str	2009-02-02 16:10:03.000000000 +0100
+++ tests/test-unique.c	2009-02-02 16:10:22.000000000 +0100
@@ -97,10 +97,11 @@
                                    GTK_DIALOG_DESTROY_WITH_PARENT,
                                    GTK_MESSAGE_INFO,
                                    GTK_BUTTONS_CLOSE,
+				   "%s",
                                    title);
   if (message)
     gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-                                              message);
+                                              "%s", message);
 
   gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);