diff options
author | onefang | 2021-09-09 18:43:14 +1000 |
---|---|---|
committer | onefang | 2021-09-09 18:43:14 +1000 |
commit | e20a317375c67c3f537b6170a46782e9466df1a5 (patch) | |
tree | 41cf5b47e43c9011ff49fdfd39243cb8aa48184e | |
parent | Unsorted sims default to main pane. (diff) | |
download | opensim-SC-e20a317375c67c3f537b6170a46782e9466df1a5.zip opensim-SC-e20a317375c67c3f537b6170a46782e9466df1a5.tar.gz opensim-SC-e20a317375c67c3f537b6170a46782e9466df1a5.tar.bz2 opensim-SC-e20a317375c67c3f537b6170a46782e9466df1a5.tar.xz |
Debugging simNotFound() crash.
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index d287007..fbc88e2 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -1587,6 +1587,7 @@ void forEachSim(char *verb, simFunction func, simFunction not) | |||
1587 | void simNotFound(simData *simd, char *sim, char *type, int count, int window, int panes, int pane) | 1587 | void simNotFound(simData *simd, char *sim, char *type, int count, int window, int panes, int pane) |
1588 | { | 1588 | { |
1589 | char *path = xmprintf("%s/%s.shini", scEtc, sim); | 1589 | char *path = xmprintf("%s/%s.shini", scEtc, sim); |
1590 | V("simNotFound(%s) -> %s", sim, path); | ||
1590 | qlisttbl_t *ini = qconfig_parse_file(NULL, path, '='); | 1591 | qlisttbl_t *ini = qconfig_parse_file(NULL, path, '='); |
1591 | 1592 | ||
1592 | if (NULL == ini) | 1593 | if (NULL == ini) |