From 1c455284f0f6166beb4212614d4f1e2a177c7ebe Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Sun, 17 May 2015 22:59:12 +0200 Subject: Fix some files to pass the pre-commit hook script. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I105bf4e03fcf95cf7541f6377215809759fd933e Reviewed-on: https://code.wireshark.org/review/8502 Reviewed-by: Jörg Mayer --- echld_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'echld_test.c') 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; -- cgit v1.2.3