From aab42e457c971809add9cff1dbdd719b0e1c4352 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 2 Jul 2008 07:36:46 +0300 Subject: [PATCH] Remove wrong comment not matching the code --- ChangeLog | 5 +++++ src/remove.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 213d2a2c..8b5cdc5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-02 Guillem Jover + + * src/remove.c (removal_bulk_remove_configfiles): Remove wrong comment + not matching the code. + 2008-07-02 Guillem Jover * src/archives.c (tarfile_skip_one_forward): Make static. diff --git a/src/remove.c b/src/remove.c index b67081e0..1f80a4a8 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; } } -- 2.39.5