oops - a failed listcheck never terminated
authorroot <devnull@localhost>
Thu, 10 Apr 1997 19:15:28 +0000 (19:15 +0000)
committerroot <devnull@localhost>
Thu, 10 Apr 1997 19:15:28 +0000 (19:15 +0000)
CVS patchset: 1528
CVS date: 1997/04/10 19:15:28

build/files.c

index 9ce2204..219a708 100644 (file)
@@ -163,7 +163,6 @@ int process_filelist(Header header, struct PackageRec *pr,
                    rpmError(RPMERR_BADSPEC,
                          "Two files on one line: %s", filename);
                    processFileListFailed = 1;
-                   fp++; continue;
                }
                if (*s != '/') {
                    if (isdoc) {
@@ -173,7 +172,6 @@ int process_filelist(Header header, struct PackageRec *pr,
                        rpmError(RPMERR_BADSPEC,
                              "File must begin with \"/\": %s", s);
                        processFileListFailed = 1;
-                       fp++; continue;
                    }
                } else {
                    filename = s;