diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-11-23 19:48:12 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-11-23 19:48:12 +0100 |
commit | 52fd54d2ff382ec1a2dd3615a5ba7b28aaef12a9 (patch) | |
tree | 58325c25ab01d0505b5914a0d94700854aa4902e /src/pooptmodule.c | |
parent | c8e260052aa4a87054d83e26a691d58cbd646f04 (diff) | |
download | poezio-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.c | 2 |
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 */ |