1 --- sidplay-2.1.1/libsidplay/include/sidplay/SmartPtr.h 2004-06-14 22:08:04.000000000 +0200
2 +++ sidplay2/libsidplay/include/sidplay/SmartPtr.h 2010-12-28 23:33:07.803027697 +0100
7 - pBufCurrent = ( bufBegin = buffer );
8 - bufEnd = bufBegin + bufferLen;
11 + this->pBufCurrent = ( this->bufBegin = buffer );
12 + this->bufEnd = this->bufBegin + bufferLen;
13 + this->bufLen = bufferLen;
14 + this->status = true;
18 - pBufCurrent = bufBegin = bufEnd = 0;
21 + this->pBufCurrent = this->bufBegin = this->bufEnd = 0;
23 + this->status = false;