[Python-checkins] CVS: python/dist/src/Mac/Python macgetpath.c,1.24,1.24.8.1

Jack Jansen jackjansen@users.sourceforge.net
Wed, 19 Dec 2001 07:10:20 -0800


Update of /cvsroot/python/python/dist/src/Mac/Python
In directory usw-pr-cvs1:/tmp/cvs-serv12554/Python

Modified Files:
      Tag: r22rc1-branch
	macgetpath.c 
Log Message:
Merged Mac subtree into the 22c1 branch.


Index: macgetpath.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Python/macgetpath.c,v
retrieving revision 1.24
retrieving revision 1.24.8.1
diff -C2 -d -r1.24 -r1.24.8.1
*** macgetpath.c	2001/09/10 22:00:39	1.24
--- macgetpath.c	2001/12/19 15:10:18	1.24.8.1
***************
*** 297,301 ****
     		printf("Python home dir exists but I cannot find the pathname!!\n");
  		name[0] = 0;
! 		(void)getwd(name);
  	}
  	diditbefore = 1;
--- 297,301 ----
     		printf("Python home dir exists but I cannot find the pathname!!\n");
  		name[0] = 0;
! 		(void)getcwd(name, sizeof(name));
  	}
  	diditbefore = 1;