- Fixed supressed error messages

This commit is contained in:
koennecke
2009-02-20 08:38:26 +00:00
parent 794f5cf29a
commit a0b3939b5b

View File

@ -237,9 +237,9 @@ int exeBufProcess(pExeBuf self, SicsInterp * pSics,
SCWrite(pCon, GetCharArray(command), eError);
SCWrite(pCon, "ERROR: end of Tcl error block", eLogError);
} else {
/*
SICS error: has already been reported
*/
if(strstr(pTcl->result, "ERROR") != NULL){
SCPrintf(pCon,eError,"%s occurred in %s", pTcl->result, cmd );
}
pCon->sicsError = 0;
}
}