Skip to content

Commit 886d3a0

Browse files
committed
1 parent 50fb2eb commit 886d3a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
foreach (Poppler::Document::RenderBackend value, set)
2828
{
2929
PyObject *obj = PyLong_FromLong ((long) value);
30-
if (obj == NULL || PyList_SET_ITEM (l, i, obj) < 0)
30+
if (obj == NULL || PyList_SetItem(l, i, obj) < 0)
3131
{
3232
Py_DECREF(l);
3333

0 commit comments

Comments
 (0)