summaryrefslogtreecommitdiff
path: root/plugins/dalvik
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-09-12 17:47:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-09-12 17:47:59 (GMT)
commit607a867355b2ffe09a76f3b4ea8dbc4be1dc477f (patch)
treef0f41e5d10c138c3b4783fc12057af7ac0d1862c /plugins/dalvik
parent1c2949f6828b995c7b9f8feba8fd7214f52f8f4d (diff)
Replaced some database item properties by new flags.
Diffstat (limited to 'plugins/dalvik')
-rw-r--r--plugins/dalvik/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/link.c b/plugins/dalvik/link.c
index 4960917..8aa8ff7 100644
--- a/plugins/dalvik/link.c
+++ b/plugins/dalvik/link.c
@@ -360,7 +360,7 @@ void handle_dalvik_packed_switch_links(GArchInstruction *instr, GArchProcessor *
item = g_db_comment_new_area(&comment->handler, BLF_NONE, msg, true);
- g_db_item_set_volatile(G_DB_ITEM(item), true);
+ g_db_item_add_flag(G_DB_ITEM(item), DIF_VOLATILE);
g_proc_context_add_db_item(context, G_DB_ITEM(item));
free(msg);