summaryrefslogtreecommitdiff
path: root/Mac/Python/macimport.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python/macimport.c')
-rw-r--r--Mac/Python/macimport.c2
1 files changed, 1 insertions, 1 deletions
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];