1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

The real fix for the bug 935.

It works for not utf-8 and the code doesn't affect the utf-8 mode.
This commit is contained in:
Witold Filipczyk 2007-02-26 19:33:19 +01:00 committed by Kalle Olavi Niemitalo
parent a495f6d26a
commit 988313ac9b

View File

@ -119,7 +119,6 @@ split_line(unsigned char *text, int max_width, int *cells)
* followed by a space so this rule
* will not match often. We match dash
* and quotes too. */
cells_save--;
while (--split != text) {
cells_save--;
if (!ispunct(*split)) continue;