diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 00:29:26 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 00:29:26 (GMT) |
| commit | 578144c48a1b35ae8d0763637752d935169663ac (patch) | |
| tree | ad0407b144aca61502e8419c96fc385a9f5aea28 /src/pythonconsole.c | |
| parent | f577c319db982e6b3d3b3731f1980c89182da982 (diff) | |
| parent | 6581c29bf7eaf07483178804199f090b1c0e43ff (diff) | |
| download | powder-578144c48a1b35ae8d0763637752d935169663ac.zip powder-578144c48a1b35ae8d0763637752d935169663ac.tar.gz | |
Merge remote branch 'origin/master'
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); } |
