summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index 0adbce1..4d0fb1f 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -895,7 +895,7 @@ PyMac_FindModuleExtension(char *buf, int *lenp, char *module)
#if 0
strcpy(buf+*lenp+modnamelen, fdp->suffix);
#else
- strcpy(buf+*lenp+modnamelen, fdp->suffix);
+ strcpy(buf+*lenp, fdp->suffix);
#endif
*lenp = strlen(buf);
return fdp;