git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
275a3ec
)
fixed default behaviour
author
kramm
<kramm>
Sun, 19 Jun 2005 10:56:58 +0000
(10:56 +0000)
committer
kramm
<kramm>
Sun, 19 Jun 2005 10:56:58 +0000
(10:56 +0000)
src/swfbbox.c
patch
|
blob
|
history
diff --git
a/src/swfbbox.c
b/src/swfbbox.c
index
95ff67a
..
d0e87cb
100644
(file)
--- 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[] = {