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

theller at users.sourceforge.net theller at users.sourceforge.net
Mon Aug 18 11:54:12 EDT 2003


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

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


Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.31
retrieving revision 1.31.12.1
diff -C2 -d -r1.31 -r1.31.12.1
*** getpathp.c	29 Jan 2003 22:38:29 -0000	1.31
--- getpathp.c	18 Aug 2003 17:54:10 -0000	1.31.12.1
***************
*** 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