From: kramm Date: Mon, 28 Jun 2004 12:37:14 +0000 (+0000) Subject: removed debugging code. X-Git-Tag: release-0-6-0~89 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=11dcb2a596c5121205e8a7729d986edc9e919041 removed debugging code. --- 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);