chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dc19440
)
ec.c: Fix reported function name in `ec2osp'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 11 Oct 2019 09:00:46 +0000
(10:00 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 17 Nov 2019 02:50:40 +0000
(
02:50
+0000)
ec.c
patch
|
blob
|
blame
|
history
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 };
- 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);