From d4285464e83c661949359aad1bc4b99c842e9d61 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 4 Oct 2011 17:40:15 +0000 Subject: Fix icon loader svn path=/trunk/netsurf/; revision=12947 --- amiga/plugin_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plugin_hack.c') diff --git a/amiga/plugin_hack.c b/amiga/plugin_hack.c index 5164e5bd0..2b1239143 100644 --- a/amiga/plugin_hack.c +++ b/amiga/plugin_hack.c @@ -175,7 +175,7 @@ void amiga_plugin_hack_open(struct content *c, struct browser_window *bw, struct content *page, struct box *box, struct object_params *params) { - LOG(("amiga_plugin_hack_open %s", content__get_url(c))); + LOG(("amiga_plugin_hack_open %s", nsurl_access(content__get_url(c)))); if(c && box) { -- cgit v1.2.3