removed use of OK

This commit is contained in:
Jeff Hill
2000-02-10 17:42:19 +00:00
parent 23cc035607
commit 2c1d3f334d
+1 -1
View File
@@ -297,7 +297,7 @@ static long write_timer(struct timerRecord *ptimer)
}
/* call device support */
if ((pdset->write)(ptimer) != OK) {
if ((pdset->write)(ptimer) != 0) {
recGblSetSevr(ptimer,WRITE_ALARM,INVALID_ALARM);
return 0;
}