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