summaryrefslogtreecommitdiff
path: root/plugins/dex/python/pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex/python/pool.c')
-rw-r--r--plugins/dex/python/pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/python/pool.c b/plugins/dex/python/pool.c
index 971f163..450c76c 100644
--- a/plugins/dex/python/pool.c
+++ b/plugins/dex/python/pool.c
@@ -427,7 +427,7 @@ static PyObject *py_dex_pool_get_strings(PyObject *self, void *closure)
for (i = 0; i < count; i++)
{
- string = g_dex_pool_get_string(pool, i, NULL);
+ string = g_dex_pool_get_string(pool, i, NULL, NULL);
if (string == NULL)
{