- split status.c into status.c and statusfile.c
- improvements for scriptcontext.c
This commit is contained in:
@@ -492,6 +492,9 @@ static char *SctCall(char *command) {
|
||||
}
|
||||
|
||||
static char *SctCallChain(SctChain *sc) {
|
||||
if (sc->command[0] == '\0' || strcmp(sc->command, "0") == 0) {
|
||||
return NULL; /* empty script: do nothing */
|
||||
}
|
||||
sct->runningChain = sc;
|
||||
sct->relatedPath = sc->relatedPath;
|
||||
sc->msg = NULL;
|
||||
|
||||
Reference in New Issue
Block a user