dropped piece of patch.
authorjbj <devnull@localhost>
Tue, 16 Jan 2001 13:09:35 +0000 (13:09 +0000)
committerjbj <devnull@localhost>
Tue, 16 Jan 2001 13:09:35 +0000 (13:09 +0000)
CVS patchset: 4448
CVS date: 2001/01/16 13:09:35

build/parseSpec.c

index 8362fea..3334817 100644 (file)
@@ -452,7 +452,7 @@ fprintf(stderr, "*** PS buildRootURL(%s) %p macro set to %s\n", spec->buildRootU
            break;
        }
 
-       if (parsePart < 0) {
+       if (parsePart >= PART_LAST) {
            freeSpec(spec);
            return parsePart;
        }