optimized string out
This commit is contained in:
@@ -330,7 +330,7 @@ inline unsigned comBuf::push ( const epicsOldString * pValue, unsigned nElem )
|
||||
nBytes = nElem * sizeof ( *pValue );
|
||||
}
|
||||
memcpy ( &this->buf[ index ], pValue, nBytes );
|
||||
this->nextWriteIndex += nBytes;
|
||||
this->nextWriteIndex = index + nBytes;
|
||||
return nElem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user