diff options
Diffstat (limited to 'plugins/ropgadgets')
-rw-r--r-- | plugins/ropgadgets/select.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ropgadgets/select.c b/plugins/ropgadgets/select.c index 826682c..514b6ca 100644 --- a/plugins/ropgadgets/select.c +++ b/plugins/ropgadgets/select.c @@ -1337,7 +1337,7 @@ static GBinFormat *load_external_format_for_rop_gadgets(GObject *ref) /* Récupération du format de fichier associé */ - target = find_matching_format(content); + target = find_matching_format(content, NULL); desc = get_binary_format_name(target); if (desc == NULL) @@ -1347,7 +1347,7 @@ static GBinFormat *load_external_format_for_rop_gadgets(GObject *ref) goto leffrg_error; } - result = load_new_named_format(target, content); + result = load_new_named_format(target, content, NULL); if (result == NULL) { |