[Python-checkins] python/dist/src/PC getpathp.c,1.31,1.32

theller at users.sourceforge.net theller at users.sourceforge.net
Mon Aug 18 11:53:35 EDT 2003


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1:/tmp/cvs-serv11050

Modified Files:
	getpathp.c 
Log Message:
Remove a stray single quote.
Will backport to release23-maint.


Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** getpathp.c	29 Jan 2003 22:38:29 -0000	1.31
--- getpathp.c	18 Aug 2003 17:53:33 -0000	1.32
***************
*** 367,371 ****
  		                    NULL, NULL);
  	}
! 	wprogpath[MAXPATHLEN]=_T('\0')';
  	if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
  		WideCharToMultiByte(CP_ACP, 0, 
--- 367,371 ----
  		                    NULL, NULL);
  	}
! 	wprogpath[MAXPATHLEN]=_T('\0');
  	if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
  		WideCharToMultiByte(CP_ACP, 0, 





More information about the Python-checkins mailing list