chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ec.c: Fix reported function name in `ec2osp'.
[catacomb-python]
/
ec.c
diff --git
a/ec.c
b/ec.c
index 0dd04d2e901d2da7e32f4f012d2cf882ab988080..7fd369d95206bc41099b63608bb527122d63ac14 100644
(file)
--- a/
ec.c
+++ b/
ec.c
@@
-302,7
+302,7
@@
static PyObject *epmeth_ec2osp(PyObject *me, PyObject *arg, PyObject *kw)
int len;
char *kwlist[] = { "flags", 0 };
int len;
char *kwlist[] = { "flags", 0 };
- if (!PyArg_ParseTupleAndKeywords(arg, kw, "|i:ec
t
osp", kwlist, &f))
+ if (!PyArg_ParseTupleAndKeywords(arg, kw, "|i:ec
2
osp", kwlist, &f))
return (0);
len = c->f->noctets * 2 + 1;
rc = bytestring_pywrap(0, len);
return (0);
len = c->f->noctets * 2 + 1;
rc = bytestring_pywrap(0, len);