[Python-checkins] CVS: python/dist/src/Mac/Modules macfsmodule.c,1.39,1.40
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月06日 08:32:33 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv4472/python/Mac/Modules
Modified Files:
macfsmodule.c
Log Message:
Oops, arg type for the glue routine was wrong.
Index: macfsmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/macfsmodule.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** macfsmodule.c 2001年08月03日 15:39:27 1.39
--- macfsmodule.c 2001年08月06日 15:32:30 1.40
***************
*** 1284,1288 ****
PyObject *m, *d;
! PyMac_INIT_TOOLBOX_OBJECT_CONVERT(Handle, PyMac_GetFSSpec);
/* Create the module and add the functions */
--- 1284,1288 ----
PyObject *m, *d;
! PyMac_INIT_TOOLBOX_OBJECT_CONVERT(FSSpec, PyMac_GetFSSpec);
/* Create the module and add the functions */