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/elf | |
parent | 23bc425f9c35c31a80d65d824452c8728614a206 (diff) |
Allowed to attach debug information to formats.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/format.c b/plugins/elf/format.c index 340c2c7..d6bdc5e 100644 --- a/plugins/elf/format.c +++ b/plugins/elf/format.c @@ -403,7 +403,7 @@ static bool g_elf_format_analyze(GElfFormat *format, wgroup_id_t gid, GtkStatusS if (!find_all_elf_strings(format, gid, status)) goto gefa_error; - if (!g_executable_format_complete_loading(exe, status)) + if (!g_executable_format_complete_loading(exe, gid, status)) goto gefa_error; result = true; |