1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00

Oops, compile fix

This commit is contained in:
Jonas Fonseca 2005-12-23 00:52:52 +01:00 committed by Jonas Fonseca
parent 12d34fd133
commit 4d6223f6a4

View File

@ -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. */