forked from Lainports/freebsd-ports
- Take maintainership - Better amd64 support - Drop static lib - Backward compatibility has been abandoned - Miscellaneous tweaks
11 lines
437 B
C++
11 lines
437 B
C++
--- ./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)
|