summaryrefslogtreecommitdiff
path: root/frontends/windows/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/fetch.c')
-rw-r--r--frontends/windows/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/fetch.c b/frontends/windows/fetch.c
index f69d7ad19..287f20f6c 100644
--- a/frontends/windows/fetch.c
+++ b/frontends/windows/fetch.c
@@ -79,7 +79,7 @@ static nsurl *nsw32_get_resource_url(const char *path)
char buf[PATH_MAX];
nsurl *url = NULL;
- netsurf_path_to_nsurl(filepath_sfind(respaths, buf, path), &url);
+ netsurf_path_to_nsurl(filepath_sfind(G_resource_pathv, buf, path), &url);
return url;
}