Additional fix similar to previous commit.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 4 years ago
parent 6d6b6319a8
commit 8e8bdb86cb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -117,7 +117,7 @@ template<TYPE>
return NULL; return NULL;
} }
PyList_SET_ITEM(l, i, tobj); PyList_SetItem(l, i, tobj);
} }
return l; return l;

Loading…
Cancel
Save