mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
format security patch from Nirgal Vourgère
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user