Oops, arg type for the glue routine was wrong.

This commit is contained in:
Jack Jansen 2001-08-06 15:32:30 +00:00
parent e6e745fc49
commit 4590049228
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,7 @@ initmacfs()
{
PyObject *m, *d;
PyMac_INIT_TOOLBOX_OBJECT_CONVERT(Handle, PyMac_GetFSSpec);
PyMac_INIT_TOOLBOX_OBJECT_CONVERT(FSSpec, PyMac_GetFSSpec);
/* Create the module and add the functions */
m = Py_InitModule("macfs", mfs_methods);