summaryrefslogtreecommitdiff
path: root/windows
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 /windows
parent05932293f659c0edfaa0352208ff2a89712b71ac (diff)
downloadnetsurf-64f607760bc27a745ee8946c2425349360424564.tar.gz
netsurf-64f607760bc27a745ee8946c2425349360424564.tar.bz2
add backing store storage path to browser initialisation
Diffstat (limited to 'windows')
-rw-r--r--windows/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/main.c b/windows/main.c
index 7cd6339d7..7ad3d8550 100644
--- a/windows/main.c
+++ b/windows/main.c
@@ -164,7 +164,7 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd)
/* common initialisation */
messages = filepath_find(respaths, "messages");
- ret = netsurf_init(messages);
+ ret = netsurf_init(messages, NULL);
free(messages);
if (ret != NSERROR_OK) {
free(options_file_location);