aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-08-18 18:25:48 +1000
committeronefang2021-08-18 18:25:48 +1000
commit2c7a936375feaddfe76efe5cec7c695489fa919c (patch)
tree55b9cf670f210e73b797be47ad6c21cd2444cc4e
parentTry to cater for several ways of screwing up the working directory. (diff)
downloadopensim-SC-2c7a936375feaddfe76efe5cec7c695489fa919c.zip
opensim-SC-2c7a936375feaddfe76efe5cec7c695489fa919c.tar.gz
opensim-SC-2c7a936375feaddfe76efe5cec7c695489fa919c.tar.bz2
opensim-SC-2c7a936375feaddfe76efe5cec7c695489fa919c.tar.xz
tabs++
-rw-r--r--src/sledjchisl/sledjchisl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 189fd2d..3d94035 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -7764,12 +7764,12 @@ Other possibilities -
7764 I("Not in the configured scRoot. %s != %s", t0, t1); 7764 I("Not in the configured scRoot. %s != %s", t0, t1);
7765 if (qfile_exist(toybuf)) 7765 if (qfile_exist(toybuf))
7766 { 7766 {
7767 chdir(toybuf); 7767 chdir(toybuf);
7768 result = scanForConfigs(cPaths); 7768 result = scanForConfigs(cPaths);
7769 result = result | scanForConfigs(oPaths); 7769 result = result | scanForConfigs(oPaths);
7770 } 7770 }
7771 else 7771 else
7772 C("The configured scRoot doesn't exist! Might need to actually install this. %s", scRoot); 7772 C("The configured scRoot doesn't exist! Might need to actually install this. %s", scRoot);
7773 } 7773 }
7774 free(t1); 7774 free(t1);
7775 } 7775 }