diff options
Diffstat (limited to 'src/pythonconsole.c')
| -rw-r--r-- | src/pythonconsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pythonconsole.c b/src/pythonconsole.c index 4dc5072..c7d7d51 100644 --- a/src/pythonconsole.c +++ b/src/pythonconsole.c @@ -847,7 +847,7 @@ static PyObject* emb_delete(PyObject *self, PyObject *args) int x,y; if (!PyArg_ParseTuple(args, "ii:delete",&x,&y)) return NULL; - delete_part(x,y); + delete_part(x,y, 0); return Py_BuildValue("i",1); } |
