X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/dc55f697f51c4e66ac8c7fd4cb8917afc1f34d6a..0e5b95a8f4bf60e5cb805d25d9d202af80145734:/group.c diff --git a/group.c b/group.c index 1e93ccc..77c3e9f 100644 --- a/group.c +++ b/group.c @@ -773,7 +773,7 @@ static PyObject *gemeth_toraw(PyObject *me) return (rc); } -static PyObject *gmexp_exp(PyObject *me, void *pp, int n) +static PyObject *gmexp_exp(PyObject *me, void *pp, size_t n) { ge *z = G_CREATE(GROUP_G(me)); G_MEXP(GROUP_G(me), z, pp, n);