fixed error message
authorewt <devnull@localhost>
Sat, 31 Aug 1996 14:59:27 +0000 (14:59 +0000)
committerewt <devnull@localhost>
Sat, 31 Aug 1996 14:59:27 +0000 (14:59 +0000)
CVS patchset: 1001
CVS date: 1996/08/31 14:59:27

lib/package.c

index e7a7676..ff4a42c 100644 (file)
@@ -61,7 +61,7 @@ int pkgReadHeader(int fd, Header * hdr, int * isSource, int * major,
                              HEADER_MAGIC : NO_HEADER_MAGIC);
            if (! *hdr) return 2;
        } else {
-           error(RPMERR_NEWPACKAGE, "only packages with major numbers <= 2 are"
+           error(RPMERR_NEWPACKAGE, "only packages with major numbers <= 3 are"
                    " supported by this version of RPM");
            return 2;
        }