From fe38d2998fa18c0527e1e3bfca844fdd604fed8b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 3 Jul 2000 23:53:40 +0000 Subject: PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. --- Mac/Python/macimport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mac/Python/macimport.c') diff --git a/Mac/Python/macimport.c b/Mac/Python/macimport.c index 2f5d622b69..1b3b994fa3 100644 --- a/Mac/Python/macimport.c +++ b/Mac/Python/macimport.c @@ -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]; -- cgit v1.2.1