Hiroto Sakai
sakai****@fan*****
2006年 1月 29日 (日) 02:07:05 JST
坂井です。 CVS HEADで「X」オプションが使えなくなっています。 この不具合に対するパッチをポストします。 -- 坂井 浩人 (Hiroto Sakai) e-mail: sakai****@fan***** web: http://www.fan.gr.jp/~sakai/ Index: lharc.c =================================================================== RCS file: /cvsroot/lha/lha/src/lharc.c,v retrieving revision 1.79 diff -u -r1.79 lharc.c --- lharc.c 7 Jun 2005 19:01:04 -0000 1.79 +++ lharc.c 28 Jan 2006 16:58:50 -0000 @@ -193,7 +193,11 @@ static int parse_suboption(int argc, char **argv) { +#if IGNORE_DOT_FILES + char *short_options = "q[012]vnfto[567]dizg012ew:x:X"; +#else char *short_options = "q[012]vnfto[567]dizg012ew:x:"; +#endif /* "[...]" means optional 1 byte argument (original extention) */ enum { HELP_OPTION = 256,