Remove this usell ++-- from poopt
This commit is contained in:
parent
c8e260052a
commit
52fd54d2ff
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue