From 837d60cc37b0634f2ff5b7835594d3c02b0f42b5 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 13 May 2004 14:39:43 +0000 Subject: [project @ 2004-05-13 14:39:43 by bursa] Fix URL protocol termination bug (reported by Fred Bambrough). Change from xcalloc to malloc and add error handling. svn path=/import/netsurf/; revision=859 --- desktop/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index f6a87004d..3001c2eed 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -60,7 +60,7 @@ void gui_gadget_combo(struct browser_window* bw, struct form_control* g, unsigne void gui_window_place_caret(gui_window *g, int x, int y, int height); -void gui_launch_url(char *url); +void gui_launch_url(const char *url); void warn_user(const char *warning, const char *detail); -- cgit v1.2.3