diff options
Diffstat (limited to 'plugins/dex')
-rw-r--r-- | plugins/dex/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/pool.c b/plugins/dex/pool.c index cf7b794..dc9031b 100644 --- a/plugins/dex/pool.c +++ b/plugins/dex/pool.c @@ -387,7 +387,7 @@ GBinSymbol *g_dex_pool_get_string_symbol(GDexPool *pool, uint32_t index) base = G_BIN_FORMAT(pool->format); - new = g_string_symbol_new_read_only(base, &range, SET_MUTF_8); + new = g_string_symbol_new_read_only(SET_MUTF_8, base, &range); if (new != NULL) g_string_symbol_build_label(G_STR_SYMBOL(new), base); |