summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/history.c')
-rw-r--r--riscos/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/history.c b/riscos/history.c
index 7901ed3ae..ebd4e7def 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -675,7 +675,7 @@ void history_go(struct browser_window *bw, struct history_entry *entry)
else
url = entry->url;
- browser_window_go_post(bw, url, 0, 0, false, 0);
+ browser_window_go_post(bw, url, 0, 0, false, 0, false);
if (entry->frag_id)
free(url);