The following commit has been merged in the master branch:
commit 4100cc474b96b60bd2e53d854036249b067979ac
Author: Guillem Jover <[email protected]>
Date:   Sun Sep 25 06:22:31 2011 +0200

    libdpkg: Switch ‘obsolete’ variable to be a bool in f_conffiles()

diff --git a/lib/dpkg/fields.c b/lib/dpkg/fields.c
index cc844f1..febe69c 100644
--- a/lib/dpkg/fields.c
+++ b/lib/dpkg/fields.c
@@ -275,7 +275,8 @@ f_conffiles(struct pkginfo *pigp, struct pkgbin *pifp,
   static const char obsolete_str[]= "obsolete";
   struct conffile **lastp, *newlink;
   const char *endent, *endfn, *hashstart;
-  int c, namelen, hashlen, obsolete;
+  int c, namelen, hashlen;
+  bool obsolete;
   char *newptr;
 
   lastp= &pifp->conffiles;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to