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 --- riscos/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index ee450fa65..9ee56e685 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -2542,7 +2542,7 @@ int main(int argc, char** argv) } /* common initialisation */ - ret = netsurf_init(path); + ret = netsurf_init(path, NULL); if (ret != NSERROR_OK) { die("NetSurf failed to initialise"); } -- cgit v1.2.3