aboutsummaryrefslogtreecommitdiffstats
path: root/echld_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'echld_test.c')
-rw-r--r--echld_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/echld_test.c b/echld_test.c
index 0c6cc7a033..b2d192edf3 100644
--- a/echld_test.c
+++ b/echld_test.c
@@ -360,7 +360,7 @@ static int invoke_cmd(FILE* in_fp) {
}
static char* run_cmd(char** pars, char** err _U_) {
- FILE* fp = fopen(pars[1],"r");
+ FILE* fp = ws_stdio_fopen(pars[1],"r");
while(invoke_cmd(fp)) { ; }
fclose(fp);
return NULL;