1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Fix spurious gcc warning

This commit is contained in:
Petr Baudis 2006-11-03 19:22:14 +01:00 committed by Petr Baudis
parent 97f2ca5166
commit b8d8d27df4

View File

@ -314,7 +314,7 @@ add_document_line(struct plain_renderer *renderer,
int charlen = 1;
int cell = 1;
#ifdef CONFIG_UTF8
unicode_val_T data;
unicode_val_T data = UCS_NO_CHAR;
if (utf8) {
unsigned char *line_char2 = &line[line_pos];