diff options
Diffstat (limited to 'plugins/dex/python')
-rw-r--r-- | plugins/dex/python/pool.c | 2 |
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) { |