diff --git a/src/ca/netReadCopyIO.cpp b/src/ca/netReadCopyIO.cpp index f00a8a5cb..8f131dbe9 100644 --- a/src/ca/netReadCopyIO.cpp +++ b/src/ca/netReadCopyIO.cpp @@ -43,7 +43,7 @@ void netReadCopyIO::completionNotify ( unsigned type, unsigned long count, const # ifdef CONVERSION_REQUIRED (*cac_dbr_cvrt[type]) ( pData, this->pValue, FALSE, count ); # else - memcpy (pData, pValue, dbr_size_n ( type, count ) ); + memcpy ( this->pValue, pData, dbr_size_n ( type, count ) ); # endif chan.decrementOutstandingIO (this->seqNumber); }