1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

[html] const prefix

This commit is contained in:
Witold Filipczyk 2022-02-18 15:16:05 +01:00
parent cc31e74cc4
commit ca7eb0da34

View File

@ -982,7 +982,7 @@ html_link(struct html_context *html_context, char *a,
put_link_line:
{
char *prefix = (link.direction == LD_REL)
const char *prefix = (link.direction == LD_REL)
? "Link: " : "Reverse link: ";
char *link_name = (text.length)
? text.source : name;