Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/fb853c93541554f383827dd84aee12a05afe6a75
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/fb853c93541554f383827dd84aee12a05afe6a75
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/fb853c93541554f383827dd84aee12a05afe6a75

The branch, master has been updated
       via  fb853c93541554f383827dd84aee12a05afe6a75 (commit)
      from  6d585308f8ae421261bcb41b12bb872f5949abc7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commitdiff/fb853c93541554f383827dd84aee12a05afe6a75
commit fb853c93541554f383827dd84aee12a05afe6a75
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Fix attribute includes selector callback.

diff --git a/css/select.c b/css/select.c
index 59f2641..fa38b4e 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;
        }
 


-----------------------------------------------------------------------

Summary of changes:
 css/select.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/css/select.c b/css/select.c
index 59f2641..fa38b4e 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;
        }
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to