[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#334807: GCC4 support



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: pgpFEF94xUcXz.pgp
Description: PGP signature


Reply to: