aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sledjchisl/sledjchisl.c')
-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 }