summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 18:55:23 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-18 18:55:23 +0000
commit0673ac5096f79bff53f4f976be86275cef51d711 (patch)
treee7b3b6fa59ee140fe08dec26f6c58519e3d30d63 /amiga/history_local.c
parent69075f1c5744e77ac819d08821dffc90eb73b5d3 (diff)
downloadnetsurf-0673ac5096f79bff53f4f976be86275cef51d711.tar.gz
netsurf-0673ac5096f79bff53f4f976be86275cef51d711.tar.bz2
Fixup history_local.c for OS3
Diffstat (limited to 'amiga/history_local.c')
-rwxr-xr-xamiga/history_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/history_local.c b/amiga/history_local.c
index 2fb1ba677..c8c7b7263 100755
--- a/amiga/history_local.c
+++ b/amiga/history_local.c
@@ -112,7 +112,7 @@ void ami_history_open(struct gui_window *gw)
if(!gw->hw)
{
- gw->hw = AllocVecTags(sizeof(struct history_window), AVT_ClearWithValue, 0, TAG_DONE);
+ gw->hw = ami_misc_allocvec_clear(sizeof(struct history_window), 0);
ami_init_layers(&gw->hw->gg, scrn->Width, scrn->Height);