summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ropgadgets/select.c')
-rw-r--r--plugins/ropgadgets/select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ropgadgets/select.c b/plugins/ropgadgets/select.c
index 2d8d77d..aa6603f 100644
--- a/plugins/ropgadgets/select.c
+++ b/plugins/ropgadgets/select.c
@@ -1769,7 +1769,7 @@ static void add_new_gadgets_for_category(GExeFormat *format, GtkComboBoxText *co
instr = chain->instrs[j];
line = g_buffer_line_new((mrange_t []){ { { 0 }, 0 } }, BLC_ASSEMBLY);
- g_line_generator_print(G_LINE_GENERATOR(instr), line, -1, 0);
+ g_line_generator_print(G_LINE_GENERATOR(instr), line, -1, 0, content);
if (j == 0)
{