source: projects/specs/trunk/u/unique/libunique-1.1.6-format-security.patch @ 10830

Revision 10830, 724 bytes checked in by iwaim, 7 years ago (diff)

unique 1.1.6-4

  • libunique-1.1.6/tests/test-unique.c

    old new  
    8282                                   GTK_DIALOG_DESTROY_WITH_PARENT, 
    8383                                   GTK_MESSAGE_INFO, 
    8484                                   GTK_BUTTONS_CLOSE, 
    85                                    title); 
     85                                   "%s", title); 
    8686  if (message) 
    8787    gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), 
    88                                               message); 
     88                                              "%s", message); 
    8989 
    9090  gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE); 
    9191 
Note: See TracBrowser for help on using the repository browser.