format security patch from Nirgal Vourgère

This commit is contained in:
Brian Bruns
2011-03-20 15:26:52 -04:00
parent 91cd0b7475
commit 5e4e31d1c9
6 changed files with 23 additions and 23 deletions

View File

@@ -102,7 +102,7 @@ gmdb_help_cb(GtkWidget *button, gpointer data)
gnome_help_display("gmdb.xml", NULL, &error);
if (error != NULL) {
g_warning (error->message);
g_warning ("%s", error->message);
g_error_free (error);
}