- changed select to uselect
- some fixes in tecs.c
This commit is contained in:
@@ -21,6 +21,7 @@ void *outarg;
|
||||
void ErrTxt(char *text, int systemError)
|
||||
{
|
||||
if (systemError) {
|
||||
stack_empty = 0;
|
||||
sp=0; ErrCode=errno; ErrMessage=strerror(errno);
|
||||
}
|
||||
if (stack_empty && sp>0) {
|
||||
|
||||
Reference in New Issue
Block a user