1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -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 Witold Filipczyk
parent e366f5e63f
commit 65d7faed61

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;