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:
3d9bf5d
)
fixed --h segfault.
author
kramm
<kramm>
Sun, 21 Sep 2003 11:25:08 +0000
(11:25 +0000)
committer
kramm
<kramm>
Sun, 21 Sep 2003 11:25:08 +0000
(11:25 +0000)
src/png2swf.c
patch
|
blob
|
history
diff --git
a/src/png2swf.c
b/src/png2swf.c
index
58ebd17
..
c1bee85
100644
(file)
--- a/
src/png2swf.c
+++ b/
src/png2swf.c
@@
-820,12
+820,14
@@
int args_callback_option(char *arg, char *val)
struct options_t options[] =
{
+{"h", "help"},
{"o", "output"},
{"r", "rate"},
{"v", "verbose"},
{"X", "width"},
{"Y", "height"},
{"V", "version"},
+{0,0}
};
int args_callback_longoption(char *name, char *val)