mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Oops, compile fix
This commit is contained in:
parent
12d34fd133
commit
4d6223f6a4
@ -613,7 +613,7 @@ static int
|
||||
match_attribute_value(struct dom_select_node *selector, struct dom_node *node)
|
||||
{
|
||||
struct dom_string *selvalue = &selector->node.data.attribute.value;
|
||||
struct dom_string *value = &attr->data.attribute.value;
|
||||
struct dom_string *value = &node->data.attribute.value;
|
||||
|
||||
/* The attribute selector value should atleast be contained in the
|
||||
* attribute value. */
|
||||
|
Loading…
Reference in New Issue
Block a user