Merged my udf-severity branch.

This commit is contained in:
Andrew Johnson
2013-05-30 15:00:37 -05:00
21 changed files with 40 additions and 20 deletions

View File

@@ -62,7 +62,7 @@ static long read_stringin (stringinRecord *prec)
prec->inp.value.instio.string, &prec->time);
if (len >= sizeof prec->val) {
prec->udf = TRUE;
recGblSetSevr(prec, UDF_ALARM, INVALID_ALARM);
recGblSetSevr(prec, UDF_ALARM, prec->udfs);
return -1;
}
prec->udf = FALSE;