changed magic and version numbers to unsigned
authorewt <devnull@localhost>
Fri, 5 Jan 1996 18:18:39 +0000 (18:18 +0000)
committerewt <devnull@localhost>
Fri, 5 Jan 1996 18:18:39 +0000 (18:18 +0000)
CVS patchset: 137
CVS date: 1996/01/05 18:18:39

lib/rpmlead.h

index 3711012..62bd3c4 100644 (file)
@@ -15,8 +15,8 @@
 #define RPMLEAD_SIZE 96
 
 struct rpmlead {
-    char magic[4];
-    char major, minor;
+    unsigned char magic[4];
+    unsigned char major, minor;
     short type;
     short archnum;
     char name[66];