Removed || pt->hts < 0 ( Can't do that on a ushort ).

This commit is contained in:
Mike Bordua
1993-08-04 13:07:27 +00:00
parent 8dd704ba89
commit 05381fa5e0

View File

@@ -463,7 +463,7 @@ struct tdm_config *tc;
}
/* trigger selection set */
if(pr->hts > 3 || pr->hts < 0)
if(pr->hts > 3)
{
recGblSetSevr(pr,WRITE_ALARM,INVALID_ALARM);
recGblRecordError(S_db_badField,(void *)pr,"invalid trigger value");