From a08656090e2cb8461c58939886018ff31c55dead Mon Sep 17 00:00:00 2001 From: Ned Arnold Date: Tue, 28 Feb 1995 21:35:00 +0000 Subject: [PATCH] Fixed bug in detecting a transition. Put .OVAL = .VAL statement at end of process() --- src/rec/recWait.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rec/recWait.c b/src/rec/recWait.c index 5364ed92a..319c5a299 100644 --- a/src/rec/recWait.c +++ b/src/rec/recWait.c @@ -324,7 +324,6 @@ static long process(pwait) long options = 0; pwait->pact = TRUE; - pwait->oval = pwait->val; /* Check for simulation mode */ status=recGblGetLinkValue(&(pwait->siml), @@ -391,6 +390,8 @@ static long process(pwait) break; } + pwait->oval = pwait->val; + recGblGetTimeStamp(pwait); /* check event list */ monitor(pwait);