diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2019-07-20 15:59:12 (GMT) |
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2019-07-20 15:59:12 (GMT) |
| commit | f0682e7b195acbd4d83148f3829479d682f9ee9f (patch) | |
| tree | 39ec963de4b08dfde01cb621a48d14e01a365541 /plugins/dalvik/operands | |
| parent | 71db5a3a8a7a337ba63a47b6472baf99581d8400 (diff) | |
Marked some Dex strings as structural.
Diffstat (limited to 'plugins/dalvik/operands')
| -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) { |
