removed debugging code.
authorkramm <kramm>
Mon, 28 Jun 2004 12:37:14 +0000 (12:37 +0000)
committerkramm <kramm>
Mon, 28 Jun 2004 12:37:14 +0000 (12:37 +0000)
lib/modules/swfshape.c

index caa9e90..9753dfc 100644 (file)
@@ -423,7 +423,6 @@ int swf_ShapeSetLine(TAG * t,SHAPE * s,S32 x,S32 y)
     if(b-2 >= 16) {
        fprintf(stderr, "Bit overflow in swf_ShapeSetLine(1)- %d\n", b);
        fflush(stdout);
-       *(int*)0 = 0xdead;
        b = 17;
     }
     swf_SetBits(t, b-2, 4);