Fix amiga/download.c for new structs

This commit is contained in:
Chris Young 2014-11-16 14:52:49 +00:00
parent 30039a06ee
commit f2d1cfc7de
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ static struct gui_download_window *gui_download_window_create(download_context *
if(dl_filename) ami_utf8_free(dl_filename);
dw->size = total_size;
dw->downloaded = 0;
if(gui) dw->bw = gui->shared->bw;
if(gui) dw->bw = gui->bw;
dw->url = url;
va[0] = (APTR)dw->downloaded;