summaryrefslogtreecommitdiff
path: root/amiga/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/file.c')
-rw-r--r--amiga/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/file.c b/amiga/file.c
index 937fb9052..9500b4084 100644
--- a/amiga/file.c
+++ b/amiga/file.c
@@ -62,7 +62,7 @@ static const ULONG ami_file_asl_mime_hook(struct Hook *mh,
strcpy(fname,fr->fr_Drawer);
AddPart(fname,ap->ap_Info.fib_FileName,1024);
- mt = fetch_mimetype(fname);
+ mt = strdup(fetch_filetype(fname));
lerror = lwc_intern_string(mt, strlen(mt), &lwc_mt);
if (lerror != lwc_error_ok)
return FALSE;