mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility.
This commit is contained in:
parent
db6382941b
commit
fe38d2998f
2 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ error:
|
|||
** pathname of the module found (if any).
|
||||
*/
|
||||
struct filedescr *
|
||||
PyMac_FindModuleExtension(char *buf, int *lenp, char *module)
|
||||
PyMac_FindModuleExtension(char *buf, size_t *lenp, char *module)
|
||||
{
|
||||
struct filedescr *fdp;
|
||||
unsigned char fnbuf[64];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue