From: arai Date: Tue, 7 Jun 2005 19:01:04 +0000 (+0000) Subject: * src/lharc.c (parse_suboption): fixed a bug, when the X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c6b301a86109ed503510105f1b122b885bc15546;p=lha%2Flha.git * src/lharc.c (parse_suboption): fixed a bug, when the --system-kanji-code option specified, the --archive-kanji-code option was infected. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@825 6a8cc165-1e22-0410-a132-eb4e3f353aba --- diff --git a/src/lharc.c b/src/lharc.c index 274fa7e..d62d412 100644 --- a/src/lharc.c +++ b/src/lharc.c @@ -383,6 +383,8 @@ parse_suboption(int argc, char **argv) error("unknown kanji code \"%s\"", optarg); return -1; } + break; + case ARCHIVE_KANJI_CODE_OPTION: if (!optarg) { error("kanji code not specified for --%s",