summaryrefslogtreecommitdiffstats
path: root/sip/qtnetwork/qftp.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtnetwork/qftp.sip')
-rw-r--r--sip/qtnetwork/qftp.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtnetwork/qftp.sip b/sip/qtnetwork/qftp.sip
index 9edb2c4..ee945db 100644
--- a/sip/qtnetwork/qftp.sip
+++ b/sip/qtnetwork/qftp.sip
@@ -121,7 +121,7 @@ public:
Py_INCREF(Py_None);
sipRes = Py_None;
}
- else if ((sipRes = SIPBytes_FromStringAndSize(buf,actlen)) == NULL)
+ else if ((sipRes = PyBytes_FromStringAndSize(buf,actlen)) == NULL)
sipIsErr = 1;
sipFree((void *)buf);