Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bc3e8 commit 306ef5cCopy full SHA for 306ef5c
1 file changed
src/_image.cpp
@@ -1256,7 +1256,7 @@ _image_module::frombuffer(const Py::Tuple& args) {
1256
1257
imo->rowsIn = y;
1258
imo->colsIn = x;
1259
- ssize_t NUMBYTES(imo->colsIn * imo->rowsIn * imo->BPP);
+ Py_ssize_t NUMBYTES(imo->colsIn * imo->rowsIn * imo->BPP);
1260
1261
Py_ssize_t buflen;
1262
const agg::int8u *rawbuf;
0 commit comments