Change and to && to compiler on Windows
This commit is contained in:
@@ -394,7 +394,7 @@ AndorCCD::~AndorCCD()
|
||||
status = asynError;
|
||||
}
|
||||
this->unlock();
|
||||
while (mExited < 2 and status != asynError)
|
||||
while ((mExited < 2) && (status != asynError))
|
||||
epicsThreadSleep(0.2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user