summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-03-23 11:33:32 +0000
committerVincent Sanders <vince@kyllikki.org>2014-05-13 15:53:06 +0100
commit64f607760bc27a745ee8946c2425349360424564 (patch)
tree4ed7eff0adc175dcc8ba8366aa0da4ab4bc39334 /framebuffer/gui.c
parent05932293f659c0edfaa0352208ff2a89712b71ac (diff)
downloadnetsurf-64f607760bc27a745ee8946c2425349360424564.tar.gz
netsurf-64f607760bc27a745ee8946c2425349360424564.tar.bz2
add backing store storage path to browser initialisation
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
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");