summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-07-12 21:48:10 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-07-12 21:48:10 (GMT)
commit2c278ed4a50b3a4cbb899de52c691fbfed4a9bd6 (patch)
tree112dec9061391271dd57117f3bde27939a99b0a4 /Mac/Python
parentfd4ff52c2200078a6f55d85901c46fee83b1d420 (diff)
downloadcpython-2c278ed4a50b3a4cbb899de52c691fbfed4a9bd6.zip
cpython-2c278ed4a50b3a4cbb899de52c691fbfed4a9bd6.tar.gz
cpython-2c278ed4a50b3a4cbb899de52c691fbfed4a9bd6.tar.bz2
Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh...
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index 9c21ed2..c760107 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -1082,7 +1082,7 @@ PyMac_BuildPoint(Point p)
int
PyMac_GetEventRecord(PyObject *v, EventRecord *e)
{
- return PyArg_Parse(v, "(hll(hh)h)",
+ return PyArg_Parse(v, "(Hll(hh)H)",
&e->what,
&e->message,
&e->when,