Skip to content

Commit ac15131

Browse files
dliessiLaurent Coustet
authored andcommitted
1 parent 7e95031 commit ac15131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)