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

Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh...

üst fd4ff52c
...@@ -1082,7 +1082,7 @@ PyMac_BuildPoint(Point p) ...@@ -1082,7 +1082,7 @@ PyMac_BuildPoint(Point p)
int int
PyMac_GetEventRecord(PyObject *v, EventRecord *e) PyMac_GetEventRecord(PyObject *v, EventRecord *e)
{ {
return PyArg_Parse(v, "(hll(hh)h)", return PyArg_Parse(v, "(Hll(hh)H)",
&e->what, &e->what,
&e->message, &e->message,
&e->when, &e->when,
......
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