summaryrefslogtreecommitdiff
path: root/plugins/elf/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/format.c')
-rw-r--r--plugins/elf/format.c2
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;