From ad6fcea6b008638ca532436ecf8ba9fe7e41ffdd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 3 Feb 2008 12:04:48 +0000 Subject: Add url_fragment to extract fragment from URL Optionally allow url_compare to ignore fragments in comparison Fix handling of url_compare result in a few places Fix redirects which contain fragments in the Location header svn path=/trunk/netsurf/; revision=3826 --- content/content.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index c8389d80e..9310eb180 100644 --- a/content/content.c +++ b/content/content.c @@ -608,6 +608,7 @@ bool content_set_type(struct content *c, content_type type, return false; } content_remove_user(c, callback, p1, p2); + msg_data.new_url = NULL; content_broadcast(clone, CONTENT_MSG_NEWPTR, msg_data); fetchcache_go(clone, referer, callback, p1, p2, -- cgit v1.2.3