Kaydet (Commit) 45900492 authored tarafından Jack Jansen's avatar Jack Jansen

Oops, arg type for the glue routine was wrong.

üst e6e745fc
...@@ -1283,7 +1283,7 @@ initmacfs() ...@@ -1283,7 +1283,7 @@ initmacfs()
{ {
PyObject *m, *d; 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 */ /* Create the module and add the functions */
m = Py_InitModule("macfs", mfs_methods); m = Py_InitModule("macfs", mfs_methods);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment