summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/select.c b/css/select.c
index 59f2641cc..fa38b4ef8 100644
--- a/css/select.c
+++ b/css/select.c
@@ -1058,8 +1058,9 @@ css_error node_has_attribute_includes(void *pw, void *node,
const char *start;
const char *end;
+ *match = false;
+
if (vlen == 0) {
- *match = false;
return CSS_OK;
}