From 77d184913b64b1613ac70acb23c1230c5ec41e67 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 10 Dec 2019 22:48:42 +0000 Subject: rename global resource path variables in win32 frontend --- frontends/windows/prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows/prefs.c') diff --git a/frontends/windows/prefs.c b/frontends/windows/prefs.c index b2cb7b2d6..9937f2e42 100644 --- a/frontends/windows/prefs.c +++ b/frontends/windows/prefs.c @@ -699,7 +699,7 @@ nserror nsws_prefs_save(void) char *choices = NULL; nserror res; - res = netsurf_mkpath(&choices, NULL, 2, nsw32_config_home, "Choices"); + res = netsurf_mkpath(&choices, NULL, 2, G_config_path, "Choices"); if (res == NSERROR_OK) { nsoption_write(choices, NULL, NULL); free(choices); -- cgit v1.2.3