]> granicus.if.org Git - python/commitdiff
Oops, arg type for the glue routine was wrong.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 6 Aug 2001 15:32:30 +0000 (15:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 6 Aug 2001 15:32:30 +0000 (15:32 +0000)
Mac/Modules/macfsmodule.c

index d1b8bb0bfc831d1ecdb07a459069405e35d3228c..d76f16071f21a66f55068c4b2493b38f76068718 100644 (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);