From 11dcb2a596c5121205e8a7729d986edc9e919041 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 28 Jun 2004 12:37:14 +0000 Subject: [PATCH] removed debugging code. --- lib/modules/swfshape.c | 1 - 1 file changed, 1 deletion(-) 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); -- 1.7.10.4