From 3c4d947f2a827b7e5a55b96b5d2741b5f30ac55e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 29 Sep 2003 22:42:24 +0000 Subject: [PATCH] cosmetic --- src/cas/generic/casPVI.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cas/generic/casPVI.cc b/src/cas/generic/casPVI.cc index aa756ae4b..67c2331d1 100644 --- a/src/cas/generic/casPVI.cc +++ b/src/cas/generic/casPVI.cc @@ -138,7 +138,7 @@ caStatus casPVI::attachToServer ( caServerI & cas ) // // what a API complexity nightmare this GDD is // -caStatus casPVI::updateEnumStringTable ( casCtx & ctx ) +caStatus casPVI::updateEnumStringTable ( casCtx & ctxIn ) { epicsGuard < epicsMutex > guard ( this->mutex ); @@ -176,7 +176,7 @@ caStatus casPVI::updateEnumStringTable ( casCtx & ctx ) // // read the enum string table // - status = this->read ( ctx, *pTmp ); + status = this->read ( ctxIn, *pTmp ); if ( status == S_casApp_asyncCompletion ) { return status; }