Gitweb links:

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

The branch, master has been updated
       via  4a1ca97c65a7f266b60d57fc484fe154dbbc855d (commit)
      from  e39afa3c9734399c0285a019980147710761a589 (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/commit/?id=4a1ca97c65a7f266b60d57fc484fe154dbbc855d
commit 4a1ca97c65a7f266b60d57fc484fe154dbbc855d
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    make unknown content drag assert have meanigful message

diff --git a/content/handlers/html/interaction.c 
b/content/handlers/html/interaction.c
index f68426e..61f4173 100644
--- a/content/handlers/html/interaction.c
+++ b/content/handlers/html/interaction.c
@@ -640,7 +640,7 @@ html_mouse_action(struct content *c,
 
        default:
                /* Unknown content related drag type */
-               assert(0);
+               assert(0 && "Unknown content related drag type");
        }
 
        /* search the box tree for a link, imagemap, form control, or


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

Summary of changes:
 content/handlers/html/interaction.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/handlers/html/interaction.c 
b/content/handlers/html/interaction.c
index f68426e..61f4173 100644
--- a/content/handlers/html/interaction.c
+++ b/content/handlers/html/interaction.c
@@ -640,7 +640,7 @@ html_mouse_action(struct content *c,
 
        default:
                /* Unknown content related drag type */
-               assert(0);
+               assert(0 && "Unknown content related drag type");
        }
 
        /* search the box tree for a link, imagemap, form control, or


-- 
NetSurf Browser

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

Reply via email to