From 8e8bdb86cb665f65368d6380d4b37e41b18acee6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 May 2021 09:09:41 +0900 Subject: [PATCH] Additional fix similar to previous commit. Signed-off-by: Michele Calgaro --- sip/qt/qmemarray.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip/qt/qmemarray.sip b/sip/qt/qmemarray.sip index e22e1d8..5fc5d02 100644 --- a/sip/qt/qmemarray.sip +++ b/sip/qt/qmemarray.sip @@ -117,7 +117,7 @@ template return NULL; } - PyList_SET_ITEM(l, i, tobj); + PyList_SetItem(l, i, tobj); } return l;