From 4129e9747fda4aab6c53f8e8741d145c4a1c8ac1 Mon Sep 17 00:00:00 2001 From: hawk Date: Wed, 2 Jan 2008 18:57:55 +0000 Subject: [PATCH] - obsolete Changed files: libsidplay2-gcc34.patch -> 1.2 --- libsidplay2-gcc34.patch | 50 ----------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 libsidplay2-gcc34.patch diff --git a/libsidplay2-gcc34.patch b/libsidplay2-gcc34.patch deleted file mode 100644 index 6201cdf..0000000 --- a/libsidplay2-gcc34.patch +++ /dev/null @@ -1,50 +0,0 @@ ---- sidplay-libs-2.1.1.orig/libsidplay/include/sidplay/SmartPtr.h -+++ sidplay-libs-2.1.1/libsidplay/include/sidplay/SmartPtr.h -@@ -17,16 +17,16 @@ - doFree = bufOwner; - if ( bufferLen >= 1 ) - { -- pBufCurrent = ( bufBegin = buffer ); -- bufEnd = bufBegin + bufferLen; -- bufLen = bufferLen; -- status = true; -+ this->pBufCurrent = ( this->bufBegin = buffer ); -+ this->bufEnd = this->bufBegin + bufferLen; -+ this->bufLen = bufferLen; -+ this->status = true; - } - else - { -- pBufCurrent = ( bufBegin = ( bufEnd = 0 )); -- bufLen = 0; -- status = false; -+ this->pBufCurrent = ( this->bufBegin = ( this->bufEnd = 0 )); -+ this->bufLen = 0; -+ this->status = false; - } - } - -@@ -211,16 +211,16 @@ - { - if ( bufferLen >= 1 ) - { -- pBufCurrent = ( bufBegin = buffer ); -- bufEnd = bufBegin + bufferLen; -- bufLen = bufferLen; -- status = true; -+ this->pBufCurrent = ( this->bufBegin = buffer ); -+ this->bufEnd = this->bufBegin + bufferLen; -+ this->bufLen = bufferLen; -+ this->status = true; - } - else - { -- pBufCurrent = bufBegin = bufEnd = 0; -- bufLen = 0; -- status = false; -+ this->pBufCurrent = this->bufBegin = this->bufEnd = 0; -+ this->bufLen = 0; -+ this->status = false; - } - } - }; -- 2.44.0