fixed bug in test

This commit is contained in:
Jeff Hill
2001-05-23 23:06:07 +00:00
parent eb9b01e118
commit fb7a2d6490

View File

@@ -1347,7 +1347,7 @@ void arrayTest ( chid chan )
chan, arrayReadNotify, pWF );
SEVCHK ( status, "array read notify request failed" );
while ( ! arrayWriteNotifyComplete && ! arrayReadNotifyComplete ) {
while ( ! arrayWriteNotifyComplete || ! arrayReadNotifyComplete ) {
ca_pend_event ( 0.1 );
}