From 5ea40356328c30ac9135000c082146db86e26780 Mon Sep 17 00:00:00 2001 From: arai Date: Sat, 22 Jun 2002 20:55:25 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@236 6a8cc165-1e22-0410-a132-eb4e3f353aba --- src/lhext.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0