1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04: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:
Miciah Dashiel Butler Masters 2006-11-01 01:19:50 +00:00 committed by Miciah Dashiel Butler Masters
parent a0ed52e699
commit d0d03d37bb

View File

@ -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 */