[Python-checkins] python/dist/src/PC/bdist_wininst install.c, 1.10.4.1, 1.10.4.2

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Dec 22 17:40:33 CET 2004


Update of /cvsroot/python/python/dist/src/PC/bdist_wininst
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5860

Modified Files:
      Tag: release24-maint
	install.c 
Log Message:
Fix a typo from the last checkin.


Index: install.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/bdist_wininst/install.c,v
retrieving revision 1.10.4.1
retrieving revision 1.10.4.2
diff -u -d -r1.10.4.1 -r1.10.4.2
--- install.c	22 Dec 2004 16:33:38 -0000	1.10.4.1
+++ install.c	22 Dec 2004 16:40:30 -0000	1.10.4.2
@@ -612,7 +612,7 @@
 {
 	char fullpath[_MAX_PATH];
 	LONG size = sizeof(fullpath);
-	char subkeyname[80];
+	char subkey_name[80];
 	HINSTANCE h = LoadLibrary(fname);
 	if (h)
 		return h;



More information about the Python-checkins mailing list