projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e8dcf
)
Fix typo.
author
Martin v. Löwis
<martin@v.loewis.de>
Wed, 11 Jun 2008 06:22:46 +0000
(06:22 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Wed, 11 Jun 2008 06:22:46 +0000
(06:22 +0000)
Python/dynload_win.c
patch
|
blob
|
history
diff --git
a/Python/dynload_win.c
b/Python/dynload_win.c
index 21e71b28d9e97966a03786a249b397ce6f28e56a..2f46037ae9244753ab551b069e82501b1bf8687c 100644
(file)
--- a/
Python/dynload_win.c
+++ b/
Python/dynload_win.c
@@
-165,7
+165,7
@@
dl_funcptr _PyImport_GetDynLoadFunc(const char *fqname, const char *shortname,
dl_funcptr p;
char funcname[258], *import_python;
- PyOS_snprintf(funcname, sizeof(funcname), "PyInit_
init
%.200s", shortname);
+ PyOS_snprintf(funcname, sizeof(funcname), "PyInit_%.200s", shortname);
{
HINSTANCE hDLL = NULL;