From 488e5f9ca3b937c7aa5993a80d0e5610ef88ac42 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 2 Apr 2014 21:47:26 +0200 Subject: fix crash and use proper requester URL for CSS images --- src/web.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web.cc') diff --git a/src/web.cc b/src/web.cc index 617afbbe..b835610c 100644 --- a/src/web.cc +++ b/src/web.cc @@ -73,7 +73,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web, style::createPerLength (0)); /* Set a style for the widget */ - StyleEngine styleEngine (layout, Web->url); + StyleEngine styleEngine (layout, Web->url, Web->url); styleEngine.startElement ("body", Web->bw); dw = (Widget*) viewer(Type, Web, Call, Data); -- cgit v1.2.3