summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index f4975c742..1ac86970f 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -1651,7 +1651,7 @@ bool plugin_start_fetch(struct plugin_stream *p, const char *url)
}
c = fetchcache(url2, plugin_stream_callback, (intptr_t)p, 0,
- 100, 100, true, 0, 0, true, true);
+ 100, 100, true, 0, 0, false, true);
free(url2);
if (!c) {
return false;
@@ -1659,7 +1659,7 @@ bool plugin_start_fetch(struct plugin_stream *p, const char *url)
p->c = c;
fetchcache_go(c, 0, plugin_stream_callback, (intptr_t)p, 0,
- 100, 100, 0, 0, true);
+ 100, 100, 0, 0, false);
return true;
}