chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pwsafe: Eliminate the `dump' subcommand.
[catacomb-python]
/
buffer.c
diff --git
a/buffer.c
b/buffer.c
index 9b6e0ff73006f22b0d807df7825dfa2eebe8b638..ea38e658fc0993a3cc2a50a29998b3f784c3ecdf 100644
(file)
--- a/
buffer.c
+++ b/
buffer.c
@@
-491,7
+491,7
@@
static PyGetSetDef wbuf_pygetset[] = {
static PyMethodDef wbuf_pymethods[] = {
#define METHNAME(func) wbmeth_##func
- METH (zero, "WBUF.
skip
(N)")
+ METH (zero, "WBUF.
zero
(N)")
METH (put, "WBUF.put(BYTES)")
#define WBMETH_DECL_PUTU_(n, W, w) \
METH(putu##w, "WBUF.putu" #w "(INT)")