summaryrefslogtreecommitdiff
path: root/src/pooptmodule.c
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-23 19:48:12 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-23 19:48:12 +0100
commit52fd54d2ff382ec1a2dd3615a5ba7b28aaef12a9 (patch)
tree58325c25ab01d0505b5914a0d94700854aa4902e /src/pooptmodule.c
parentc8e260052aa4a87054d83e26a691d58cbd646f04 (diff)
downloadpoezio-52fd54d2ff382ec1a2dd3615a5ba7b28aaef12a9.tar.gz
poezio-52fd54d2ff382ec1a2dd3615a5ba7b28aaef12a9.tar.bz2
poezio-52fd54d2ff382ec1a2dd3615a5ba7b28aaef12a9.tar.xz
poezio-52fd54d2ff382ec1a2dd3615a5ba7b28aaef12a9.zip
Remove this usell ++-- from poopt
Diffstat (limited to 'src/pooptmodule.c')
-rw-r--r--src/pooptmodule.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pooptmodule.c b/src/pooptmodule.c
index 8a021379..226d7182 100644
--- a/src/pooptmodule.c
+++ b/src/pooptmodule.c
@@ -89,9 +89,7 @@ static PyObject *poopt_cut_text(PyObject *self, PyObject *args)
w++;
}
bpos++;
- spos++;
w++;
- spos--;
}
else
if (buffer[bpos] <= 127) /* ASCII char on one byte */