summaryrefslogtreecommitdiff
path: root/frontends/windows/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/file.c')
-rw-r--r--frontends/windows/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/windows/file.c b/frontends/windows/file.c
index 7583790e9..90e6ef458 100644
--- a/frontends/windows/file.c
+++ b/frontends/windows/file.c
@@ -143,6 +143,7 @@ static nserror windows_nsurl_to_path(struct nsurl *url, char **path_out)
res = url_unescape(lwc_string_data(urlpath),
lwc_string_length(urlpath),
+ NULL,
&path);
lwc_string_unref(urlpath);
if (res != NSERROR_OK) {