PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility.

This commit is contained in:
Jack Jansen 2000-07-03 23:53:40 +00:00
parent db6382941b
commit fe38d2998f
2 changed files with 2 additions and 2 deletions

View file

@ -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];