1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

[nntp] explicit cast to char *

This commit is contained in:
Witold Filipczyk 2022-02-21 17:42:35 +01:00
parent 47364e12f2
commit fe516f532c

View File

@ -430,7 +430,7 @@ add_nntp_html_line(struct string *html, struct connection *conn,
line = strchr(line, '\t');
if (!line)
field = "";
field = (char *)"";
else
*line++ = 0;
add_format_to_string(html, "<li value=\"%s\"><a href=\"%s/%s\">",