summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 15:19:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-07-23 15:19:27 +0000
commit7f6b694732f0f24d0ecb73fa3eb22c2ca9c40aa0 (patch)
treef8414263199e23e8aa3e9b74979550c51634d32f /amiga/context_menu.c
parent9cd59748687410e8d4260d47d17c427686d4eecb (diff)
downloadnetsurf-7f6b694732f0f24d0ecb73fa3eb22c2ca9c40aa0.tar.gz
netsurf-7f6b694732f0f24d0ecb73fa3eb22c2ca9c40aa0.tar.bz2
Show existing file size when file already exists on download
svn path=/trunk/netsurf/; revision=12618
Diffstat (limited to 'amiga/context_menu.c')
-rwxr-xr-xamiga/context_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index 03ece4373..92ba1598d 100755
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -517,7 +517,7 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved
AddPart(fname,savereq->fr_File,1024);
ami_update_pointer(gwin->win,GUI_POINTER_WAIT);
- if(ami_download_check_overwrite(fname, gwin->win))
+ if(ami_download_check_overwrite(fname, gwin->win, 0))
{
if(fh = FOpen(fname,MODE_NEWFILE,0))
{