Kaydet (Commit) 21364902 authored tarafından Jack Jansen's avatar Jack Jansen

Bug fix for fast module location

üst f774c41d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment