Fixed farto in error checking assigning description values

Unnoticed since Feb 2011 \o/
This commit is contained in:
Daniele Varrazzo 2018-10-11 10:30:19 +01:00
parent d251d51b34
commit 74fd0ec063

View File

@ -1294,7 +1294,7 @@ _pq_fetch_tuples(cursorObject *curs)
PyTuple_SET_ITEM(dtitem, 4, tmp);
if (!(tmp = PyInt_FromLong(fmod & 0xFFFF))) {
PyTuple_SET_ITEM(dtitem, 5, tmp);
goto err_for;
}
PyTuple_SET_ITEM(dtitem, 5, tmp);
}