use parenthesis during time stamp assign

This commit is contained in:
Jeff Hill
2006-11-18 00:27:08 +00:00
parent 2fdf182a5d
commit a6d8cf0cec

View File

@@ -75,7 +75,7 @@ void exScalarPV::scan()
limit = (float) this->info.getLopr ();
newValue = tsMax ( newValue, limit );
*pDD = newValue;
aitTimeStamp gddts = this->currentTime;
aitTimeStamp gddts ( this->currentTime );
pDD->setTimeStamp ( & gddts );
status = this->update ( *pDD );
if (status!=S_casApp_success) {