1
0
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:
Witold Filipczyk 2022-02-18 15:22:11 +01:00
parent f3e0f4f75e
commit d805bdb522

View File

@ -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],