summaryrefslogtreecommitdiff
path: root/atari/download.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/download.c')
-rwxr-xr-xatari/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/download.c b/atari/download.c
index c567c280c..7c785d3fc 100755
--- a/atari/download.c
+++ b/atari/download.c
@@ -182,7 +182,7 @@ struct gui_download_window *gui_download_window_create(download_context *ctx,
strcat( tpath, "/");
}
strcat( tpath, filename );
- gdos_realpath(tpath, tpath2);
+ gemdos_realpath(tpath, tpath2);
gdw->destination = malloc(strlen(tpath2) + 2);
strcpy(gdw->destination, tpath2);
gdw->fd = fopen(gdw->destination, "wb" );