X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Frfxswf.c;h=ca87274c6113fa644307e687bd71f118ea7a36ef;hb=e54aeae76f147954811268730f1591c7bc4a889c;hp=aea9a9336feebc3a24c5b88db6236723e8a7b816;hpb=821eebe017d8a1d7a01133c3aae2d1e3e64e0d74;p=swftools.git diff --git a/lib/rfxswf.c b/lib/rfxswf.c index aea9a93..ca87274 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -456,7 +456,7 @@ void swf_ExpandRect3(SRECT*src, SPOINT center, int radius) src->ymin = center.y-radius; src->xmax = center.x+radius; src->ymax = center.y+radius; - if((center.x|cetner.y|radius) == 0) src->xmax++; //make sure the bbox is not NULL anymore + if((center.x|center.y|radius) == 0) src->xmax++; //make sure the bbox is not NULL anymore return; } if(center.x - radius < src->xmin)