summaryrefslogtreecommitdiff
path: root/atari/download.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-30 11:34:45 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-30 11:34:45 +0100
commit545644f23d388467e7cd3ce7562f1ff3e7ae6c29 (patch)
tree710b5e8f39582a6336734678568dae5c820b41fc /atari/download.c
parent03566a1182809c00b1df4060645d17315e55660f (diff)
downloadnetsurf-545644f23d388467e7cd3ce7562f1ff3e7ae6c29.tar.gz
netsurf-545644f23d388467e7cd3ce7562f1ff3e7ae6c29.tar.bz2
update atari frontend to remove usage of depricated warn_user API
Diffstat (limited to 'atari/download.c')
-rw-r--r--atari/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/download.c b/atari/download.c
index dad5d1f76..9ebe78751 100644
--- a/atari/download.c
+++ b/atari/download.c
@@ -287,7 +287,7 @@ gui_download_window_create(download_context *ctx, struct gui_window *parent)
gdw = calloc(1, sizeof(struct gui_download_window));
if( gdw == NULL ){
- warn_user(NULL, "Out of memory!");
+ atari_warn_user(NULL, "Out of memory!");
free( destination );
return( NULL );
}