The following commit has been merged in the master branch:
commit aab42e457c971809add9cff1dbdd719b0e1c4352
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Wed Jul 2 07:36:46 2008 +0300

    Remove wrong comment not matching the code

diff --git a/ChangeLog b/ChangeLog
index 213d2a2..8b5cdc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-07-02  Guillem Jover  <[EMAIL PROTECTED]>
 
+       * src/remove.c (removal_bulk_remove_configfiles): Remove wrong comment
+       not matching the code.
+
+2008-07-02  Guillem Jover  <[EMAIL PROTECTED]>
+
        * src/archives.c (tarfile_skip_one_forward): Make static.
 
 2008-07-02  Guillem Jover  <[EMAIL PROTECTED]>
diff --git a/src/remove.c b/src/remove.c
index b67081e..1f80a4a 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -436,7 +436,7 @@ static void removal_bulk_remove_configfiles(struct pkginfo 
*pkg) {
         *lconffp= conff->next;
       } else {
         debug(dbg_conffdetail,"removal_bulk set to new conffile 
`%s'",conff->name);
-        conff->hash= NEWCONFFILEFLAG; /* yes, cast away const */
+        conff->hash = NEWCONFFILEFLAG;
         lconffp= &conff->next;
       }
     }

-- 
dpkg's main repository


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

Reply via email to