From 4f7fea2addf4a5bc7c301e78f53d9080eaf43fb6 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 16 Jan 2017 07:23:09 -0500 Subject: Fix path handling snafu for CheckWPS tool Somehow it got hooked to simulator file functions when it should be (and was) using raw OS functions. Credit: Frank Gevaerts Change-Id: Iac02fed1067830a432183632a047e00dfd03d3c2 --- tools/checkwps/checkwps.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/checkwps/checkwps.c') diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index c2cadc7..1948c20 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -39,7 +39,6 @@ bool debug_wps = true; int wps_verbose_level = 0; char *skin_buffer; -const char *sim_root_dir = "."; const struct settings_list *settings; const int nb_settings = 0; -- cgit v1.1