X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfshape.c;h=9753dfc97efc530f825b4f58aea78d23181447e7;hb=11dcb2a596c5121205e8a7729d986edc9e919041;hp=caa9e909f5096a5a5e719e3a27321b6c2844199e;hpb=b3d477d43dd5a9f4da23207ca9982fb7a6b3d938;p=swftools.git diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index caa9e90..9753dfc 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -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);