Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e41c8c

Browse files
committed
Cosmetic change to the dox_8x3 hack.
1 parent fd03e2b commit 0e41c8c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Python/import.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,12 @@ find_module(name, path, buf, buflen, p_fp)
462462
else
463463
buf[len++] = ch;
464464
}
465-
else{ /* Not in dos_8x3, use the full name */
465+
else /* Not in dos_8x3, use the full name */
466+
#else
467+
{
466468
strcpy(buf+len, name);
467469
len += namelen;
468470
}
469-
#else
470-
strcpy(buf+len, name);
471-
len += namelen;
472471
#endif
473472
for (fdp = import_filetab; fdp->suffix != NULL; fdp++) {
474473
strcpy(buf+len, fdp->suffix);

0 commit comments

Comments
 (0)