]> git.pld-linux.org Git - packages/libsidplay2.git/commitdiff
- obsolete
authorhawk <hawk@pld-linux.org>
Wed, 2 Jan 2008 18:57:55 +0000 (18:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsidplay2-gcc34.patch -> 1.2

libsidplay2-gcc34.patch [deleted file]

diff --git a/libsidplay2-gcc34.patch b/libsidplay2-gcc34.patch
deleted file mode 100644 (file)
index 6201cdf..0000000
+++ /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;
-               }
-       }
- };
This page took 0.061328 seconds and 4 git commands to generate.