diff options
Diffstat (limited to 'audio/mac/files/patch-src__MACLib__APEDecompress.cpp')
-rw-r--r-- | audio/mac/files/patch-src__MACLib__APEDecompress.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mac/files/patch-src__MACLib__APEDecompress.cpp b/audio/mac/files/patch-src__MACLib__APEDecompress.cpp new file mode 100644 index 000000000000..5f3d5f9f0f64 --- /dev/null +++ b/audio/mac/files/patch-src__MACLib__APEDecompress.cpp @@ -0,0 +1,11 @@ +--- ./src/MACLib/APEDecompress.cpp.orig Tue Jan 9 01:08:49 2007 ++++ ./src/MACLib/APEDecompress.cpp Tue Jan 9 01:09:55 2007 +@@ -369,7 +369,7 @@ + *****************************************************************************************/ + intptr_t CAPEDecompress::GetInfo(APE_DECOMPRESS_FIELDS Field, intptr_t nParam1, intptr_t nParam2) + { +- int nRetVal = 0; ++ intptr_t nRetVal = 0; + BOOL bHandled = TRUE; + + switch (Field) |