This package will now build with GCC4. I'm not sure if my fix is exactly 
right, but it doesn't seem to change the functionality that the code handles 
in any way.


for(x=0;x<ddx2;x++) {
-     *((unsigned long*)pDst)++=*pDstR++;
+   pDst = (unsigned long*)pDst + sizeof( (unsigned long*)pDst );
+   *pDstR++;
+   *((unsigned long*)pDst) = *pDstR;
}


-- 
Ryan Schultz
"vi users are mammals, and they flip out and kill people *all the time.*"

Attachment: pgpUNukzETYSa.pgp
Description: PGP signature

Reply via email to