diff options
Diffstat (limited to 'plugins/dalvik')
-rw-r--r-- | plugins/dalvik/operands/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dalvik/operands/pool.c b/plugins/dalvik/operands/pool.c index e9f1d60..cbf3ea3 100644 --- a/plugins/dalvik/operands/pool.c +++ b/plugins/dalvik/operands/pool.c @@ -281,7 +281,7 @@ static void g_dalvik_pool_operand_print(const GDalvikPoolOperand *operand, GBuff case DPT_STRING: - string = g_dex_pool_get_string(pool, operand->index, NULL); + string = g_dex_pool_get_string(pool, operand->index, NULL, NULL); if (string != NULL) { |