mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[rss] cast to char *
This commit is contained in:
parent
f3e0f4f75e
commit
d805bdb522
@ -96,7 +96,7 @@ render_rss_item(struct dom_renderer *renderer, struct dom_node *item)
|
||||
if (date && is_dom_string_set(date)) {
|
||||
if (author && is_dom_string_set(author)) {
|
||||
render_dom_text(renderer, &rss->styles[RSS_STYLE_AUTHOR_DATE_SEP],
|
||||
" - ", 3);
|
||||
(char *)" - ", 3);
|
||||
}
|
||||
|
||||
render_dom_text(renderer, &rss->styles[RSS_STYLE_DATE],
|
||||
|
Loading…
Reference in New Issue
Block a user