cosmetics
This commit is contained in:
2
macro.c
2
macro.c
@@ -1010,7 +1010,7 @@ static int TclAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
Tcl_UnsetVar(pTcl, SICSERROR, TCL_GLOBAL_ONLY);
|
||||
}
|
||||
if (strlen(pTcl->result) > 0) {
|
||||
SCPrintf(pCon, eError, "ERROR: Tcl reported %s in %s", pTcl->result,
|
||||
SCPrintf(pCon, eError, "ERROR: Tcl reported %s in %s", pTcl->result,
|
||||
pCommand);
|
||||
}
|
||||
if (pCommand != pBueffel)
|
||||
|
||||
Reference in New Issue
Block a user