Oops, thinko/typo in headerGetFlags
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 17 May 2008 06:28:32 +0000 (09:28 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 17 May 2008 06:28:32 +0000 (09:28 +0300)
lib/header.h

index 9f862d0..56880aa 100644 (file)
@@ -182,7 +182,7 @@ int headerIsEntry(Header h, rpmTag tag);
 typedef enum headerGetFlags_e {
     HEADERGET_DEFAULT  = 0,
     HEADERGET_MINMEM   = (1 << 0), /* pointers to header instead of copies */
-    HEADERGET_EXT      = (2 << 0), /* lookup extension types too */
+    HEADERGET_EXT      = (1 << 1), /* lookup extension types too */
 } headerGetFlags;
 
 /** \ingroup header