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:
parent
47364e12f2
commit
fe516f532c
@ -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\">",
|
||||
|
Loading…
x
Reference in New Issue
Block a user