@@ -100,11 +100,11 @@ if (configfile == NULL) { lc_errno = LC_ERR_INVDATA; return(-1); } - configfp = fopen(configfile, "r"); + configfp = lc_fopen(configfile, "r"); if (configfp == NULL) { lc_errno = LC_ERR_CANTOPEN; return(-1); }