aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/mate_util.c')
-rw-r--r--plugins/mate/mate_util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/mate/mate_util.c b/plugins/mate/mate_util.c
index fa3f16e5b9..89349317e4 100644
--- a/plugins/mate/mate_util.c
+++ b/plugins/mate/mate_util.c
@@ -27,6 +27,7 @@
#include "mate.h"
#include "mate_util.h"
+#include "file_util.h"
/***************************************************************************
* dbg_print
@@ -1668,7 +1669,7 @@ extern LoAL* loal_from_file(gchar* filename) {
state = START;
- if (( fp = fopen(filename,"r") )) {
+ if (( fp = eth_fopen(filename,"r") )) {
while(( c = (gchar) fgetc(fp) )){
if ( feof(fp) ) {