Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > a725c0ba57e8618b1c2711b4e9e2a35e > files > 4

libunique-1.1.6-20.mga9.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);