@@ -1,3 +1,8 @@
+2008-07-02 Guillem Jover <guillem@debian.org>
+
+ * src/remove.c (removal_bulk_remove_configfiles): Remove wrong comment
+ not matching the code.
2008-07-02 Guillem Jover <guillem@debian.org>
* src/archives.c (tarfile_skip_one_forward): Make static.
@@ -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;
}