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 87e420015..628409db5 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -663,7 +663,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);
+ browser_window_go_post(bw, url, 0, 0, false, false);
if (entry->frag_id)
free(url);