[Python-checkins] python/dist/src/PC getpathp.c,1.27,1.28

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Mon, 22 Jul 2002 06:28:23 -0700


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

Modified Files:
	getpathp.c 
Log Message:
Remove a strange single quote that didn't seem to upset the compilers!

Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** getpathp.c	30 Jun 2002 15:26:10 -0000	1.27
--- getpathp.c	22 Jul 2002 13:28:21 -0000	1.28
***************
*** 357,361 ****
  	   PLUS Windows itself defines MAX_PATH as the same, but anyway...
  	*/
! 	wprogpath[MAXPATHLEN]=_T('\0')';
  	if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
  		WideCharToMultiByte(CP_ACP, 0, 
--- 357,361 ----
  	   PLUS Windows itself defines MAX_PATH as the same, but anyway...
  	*/
! 	wprogpath[MAXPATHLEN]=_T('\0');
  	if (GetModuleFileName(NULL, wprogpath, MAXPATHLEN)) {
  		WideCharToMultiByte(CP_ACP, 0,