mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[renderer] cast
This commit is contained in:
parent
37bd8a43f1
commit
3f63e79cef
@ -129,7 +129,7 @@ process_snippets(struct ecmascript_interpreter *interpreter,
|
||||
struct string_list_item **current)
|
||||
{
|
||||
if (!*current)
|
||||
*current = snippets->next;
|
||||
*current = (struct string_list_item *)snippets->next;
|
||||
for (; *current != (struct string_list_item *) snippets;
|
||||
(*current) = (*current)->next) {
|
||||
struct string *string = &(*current)->string;
|
||||
|
Loading…
Reference in New Issue
Block a user