From f233d41f265d241dba6c6c70bb48be9c4c5cbc26 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 2 Sep 2011 22:07:07 +0000 Subject: Fix erroneous API usage svn path=/trunk/netsurf/; revision=12700 --- amiga/save_complete.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/save_complete.c b/amiga/save_complete.c index 592781ef8..dad952c0b 100755 --- a/amiga/save_complete.c +++ b/amiga/save_complete.c @@ -42,8 +42,7 @@ bool save_complete_gui_save(const char *path, const char *filename, size_t len, const char *sourcedata, lwc_string *mime_type) { - content_type type = content_factory_type_from_mime_type( - lwc_string_data(mime_type)); + content_type type = content_factory_type_from_mime_type(mime_type); int res; int namelen; char deftype[5]; -- cgit v1.2.3