fixed sun pro warning

This commit is contained in:
Jeff Hill
2003-02-13 15:52:48 +00:00
parent cf2e373436
commit 62ea4977f0
+3 -3
View File
@@ -86,9 +86,9 @@ caStatus exPV::update ( const gdd & valueIn )
valueIn.dump();
# endif
caStatus cas = this->updateValue ( valueIn );
if ( cas || ( ! this->pValue.valid() ) ) {
return cas;
caStatus status = this->updateValue ( valueIn );
if ( status || ( ! this->pValue.valid() ) ) {
return status;
}
//