Remove this usell ++-- from poopt

This commit is contained in:
Florent Le Coz 2011-11-23 19:48:12 +01:00
parent c8e260052a
commit 52fd54d2ff

View file

@ -89,9 +89,7 @@ static PyObject *poopt_cut_text(PyObject *self, PyObject *args)
w++; w++;
} }
bpos++; bpos++;
spos++;
w++; w++;
spos--;
} }
else else
if (buffer[bpos] <= 127) /* ASCII char on one byte */ if (buffer[bpos] <= 127) /* ASCII char on one byte */