OSDN Git Service

*** empty log message ***
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 22 Jun 2002 20:55:25 +0000 (20:55 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sat, 22 Jun 2002 20:55:25 +0000 (20:55 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@236 6a8cc165-1e22-0410-a132-eb4e3f353aba

src/lhext.c

index 254646d..2f16e33 100644 (file)
@@ -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;