mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix overflow in the plaintext parser
Remove a bogus cell++ that was added in commit
161ccf9eae
. This fixes an overflow when
loading binary files, which was making pasky sad.
This commit is contained in:
parent
a0ed52e699
commit
d0d03d37bb
@ -452,7 +452,6 @@ add_document_line(struct plain_renderer *renderer,
|
||||
template->data = UCS_NO_CHAR;
|
||||
copy_screen_chars(pos++,
|
||||
template, 1);
|
||||
cell++;
|
||||
}
|
||||
} else
|
||||
#endif /* CONFIG_UTF8 */
|
||||
|
Loading…
Reference in New Issue
Block a user