summaryrefslogtreecommitdiff
path: root/frontends/riscos/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/riscos/download.c')
-rw-r--r--frontends/riscos/download.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/riscos/download.c b/frontends/riscos/download.c
index 1a0249e20..561409ed1 100644
--- a/frontends/riscos/download.c
+++ b/frontends/riscos/download.c
@@ -241,6 +241,7 @@ static nserror download_ro_filetype(download_context *ctx, bits *ftype_out)
char *raw_path;
if (url_unescape(lwc_string_data(path),
lwc_string_length(path),
+ NULL,
&raw_path) == NSERROR_OK) {
ftype = ro_filetype_from_unix_path(raw_path);
free(raw_path);