aboutsummaryrefslogtreecommitdiffstats
path: root/mailcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailcap.c')
-rw-r--r--mailcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailcap.c b/mailcap.c
index a3d1287..e26da72 100644
--- a/mailcap.c
+++ b/mailcap.c
@@ -1,4 +1,4 @@
-/* $Id: mailcap.c,v 1.11 2002/12/24 17:20:47 ukai Exp $ */
+/* $Id: mailcap.c,v 1.12 2003/01/17 17:06:04 ukai Exp $ */
#include "fm.h"
#include "myctype.h"
#include <stdio.h>
@@ -187,7 +187,7 @@ loadMailcap(char *filename)
Str tmp;
struct mailcap *mcap;
- f = fopen(expandName(filename), "r");
+ f = fopen(expandPath(filename), "r");
if (f == NULL)
return NULL;
i = 0;