summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index b7edf5e1e..19064f938 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -915,7 +915,7 @@ static void gui_init2(int argc, char** argv)
if(!temp_homepage_url) {
nsurl *temp_url;
if (netsurf_path_to_nsurl(fullpath, &temp_url) == NSERROR_OK) {
- temp_homepage_url = strdup(nsurl_data(temp_url));
+ temp_homepage_url = strdup(nsurl_access(temp_url));
nsurl_unref(temp_url);
}
}