mirror of
https://github.com/rkd77/elinks.git
synced 2025-05-18 00:48:57 -04: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 (date && is_dom_string_set(date)) {
|
||||||
if (author && is_dom_string_set(author)) {
|
if (author && is_dom_string_set(author)) {
|
||||||
render_dom_text(renderer, &rss->styles[RSS_STYLE_AUTHOR_DATE_SEP],
|
render_dom_text(renderer, &rss->styles[RSS_STYLE_AUTHOR_DATE_SEP],
|
||||||
" - ", 3);
|
(char *)" - ", 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
render_dom_text(renderer, &rss->styles[RSS_STYLE_DATE],
|
render_dom_text(renderer, &rss->styles[RSS_STYLE_DATE],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user