diff options
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/shellcode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/shellcode.c b/src/gui/dialogs/shellcode.c index 8e4a205..68ce1f4 100644 --- a/src/gui/dialogs/shellcode.c +++ b/src/gui/dialogs/shellcode.c @@ -192,7 +192,7 @@ static void export_assistant_close(GtkAssistant *assistant, GObject *ref) GtkEntry *entry; /* Zone de saisie */ const gchar *filename; /* Chemin d'accès du fichier */ - //binary = G_LOADED_BINARY(g_object_get_data(ref, "binary")); + binary = NULL;//G_LOADED_BINARY(g_object_get_data(ref, "binary")); format = g_loaded_binary_get_format(binary); options = g_rendering_options_new(format); |