From: kramm Date: Sun, 19 Jun 2005 10:56:58 +0000 (+0000) Subject: fixed default behaviour X-Git-Tag: release-0-7-0~49 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=086884ebe3a666c2fd3b03c4bccc8b84af1b27f0 fixed default behaviour --- diff --git a/src/swfbbox.c b/src/swfbbox.c index 95ff67a..d0e87cb 100644 --- a/src/swfbbox.c +++ b/src/swfbbox.c @@ -34,8 +34,8 @@ static char * outfilename = "output.swf"; static int optimize = 0; static int swifty = 0; static int verbose = 0; -static int showbbox = 1; -static int showorigbbox = 0; +static int showbbox = 0; +static int showorigbbox = 1; static int expand = 1; static struct options_t options[] = {