From 1bb7d295bb6c59c0a21b0eedf69f939ebd2a7ed9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 25 Oct 2015 09:03:20 +0000 Subject: Make nsurl utf8 string conversion function consistent with nsurl API. --- riscos/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/window.c b/riscos/window.c index 59c24ac8a..aa2cc1600 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -1043,7 +1043,7 @@ nserror ro_gui_window_set_url(struct gui_window *g, nsurl *url) if (g->toolbar) { if (nsoption_bool(display_decoded_idn) == true) { - if (nsurl_access_utf8(url, &idn_url_s, &idn_url_l) != NSERROR_OK) + if (nsurl_get_utf8(url, &idn_url_s, &idn_url_l) != NSERROR_OK) idn_url_s = NULL; } -- cgit v1.2.3