mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Use Py_ssize_t instead of long
This commit is contained in:
parent
d711d8ef82
commit
007a4405de
|
@ -58,7 +58,7 @@
|
|||
static Imaging
|
||||
ImagingFind(const char* name)
|
||||
{
|
||||
long id;
|
||||
Py_ssize_t id;
|
||||
|
||||
/* FIXME: use CObject instead? */
|
||||
id = atol(name);
|
||||
|
|
Loading…
Reference in New Issue
Block a user