diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-11-18 18:46:08 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-11-18 18:46:08 (GMT) |
commit | 0f914ad3fdcc1ebac5789b55b9677e7868016e21 (patch) | |
tree | bafc46ac54d02ff35310c3433615e6b74010a920 /plugins/dex | |
parent | 23bc425f9c35c31a80d65d824452c8728614a206 (diff) |
Allowed to attach debug information to formats.
Diffstat (limited to 'plugins/dex')
-rw-r--r-- | plugins/dex/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/format.c b/plugins/dex/format.c index b657fe6..5ae0ec8 100644 --- a/plugins/dex/format.c +++ b/plugins/dex/format.c @@ -407,7 +407,7 @@ static bool g_dex_format_analyze(GDexFormat *format, wgroup_id_t gid, GtkStatusS g_executable_format_setup_portions(exe, status); - if (!g_executable_format_complete_loading(exe, status)) + if (!g_executable_format_complete_loading(exe, gid, status)) goto gdfa_error; result = true; |