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

FindFolder argument is a short, not an unsigned short.

üst 06646a1b
......@@ -884,7 +884,7 @@ mfs_FindFolder(self, args)
short refnum;
long dirid;
if (!PyArg_ParseTuple(args, "HO&i", &where, PyMac_GetOSType, &which, &create) )
if (!PyArg_ParseTuple(args, "hO&i", &where, PyMac_GetOSType, &which, &create) )
return NULL;
err = FindFolder(where, which, (Boolean)create, &refnum, &dirid);
if ( err ) {
......
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