aboutsummaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.c b/src/html.c
index 75e82e12..33378bf6 100644
--- a/src/html.c
+++ b/src/html.c
@@ -237,7 +237,7 @@ static HTMLState html_read_line(HTMLParser *parser)
if (!conv_str) {
index = parser->bufp - parser->buf->str;
- conv_str = conv_utf8todisp(buf);
+ conv_str = conv_utf8todisp(buf, NULL);
g_string_append(parser->buf, conv_str);
g_free(conv_str);