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:
parent
e366f5e63f
commit
65d7faed61
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user