From 606957579dbd706b0b600ac550928a69615801ce Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 6 Mar 2015 18:26:55 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20error=20reported=20by=20Alexander=20S?= =?UTF-8?q?=C3=B6derqvist=20(Cosylab)=20when=20position=20command=20is=20t?= =?UTF-8?q?o=20the=20same=20position=20that=20it=20is=20currently=20locate?= =?UTF-8?q?d,=20FLNK=20not=20processed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- motorApp/MotorSrc/motorRecord.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/MotorSrc/motorRecord.cc b/motorApp/MotorSrc/motorRecord.cc index 8b8ae13a..dd286152 100644 --- a/motorApp/MotorSrc/motorRecord.cc +++ b/motorApp/MotorSrc/motorRecord.cc @@ -2449,6 +2449,7 @@ static long special(DBADDR *paddr, int after) if (pmr->dmov == TRUE) { pmr->dmov = FALSE; + pmr->ldmv = pmr->dmov; db_post_events(pmr, &pmr->dmov, DBE_VAL_LOG); } return(OK);