From 64f607760bc27a745ee8946c2425349360424564 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 23 Mar 2014 11:33:32 +0000 Subject: add backing store storage path to browser initialisation --- framebuffer/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer/gui.c') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index a3c4d9c30..251326dc2 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -1837,7 +1837,7 @@ main(int argc, char** argv) /* common initialisation */ messages = filepath_find(respaths, "Messages"); - ret = netsurf_init(messages); + ret = netsurf_init(messages, NULL); free(messages); if (ret != NSERROR_OK) { die("NetSurf failed to initialise"); -- cgit v1.2.3