From: arai Date: Sat, 22 Jun 2002 20:55:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=5ea40356328c30ac9135000c082146db86e26780;p=lha%2Flha.git *** empty log message *** git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@236 6a8cc165-1e22-0410-a132-eb4e3f353aba --- diff --git a/src/lhext.c b/src/lhext.c index 254646d..2f16e33 100644 --- a/src/lhext.c +++ b/src/lhext.c @@ -251,6 +251,7 @@ extract_one(afp, hdr) if (methods[method] == NULL) { error("Unknown method \"%.*s\"; \"%s\" will be skiped ...", 5, hdr->method, name); + return; } if (bcmp(hdr->method, methods[method], 5) == 0) break;