This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d61ab1ad8a4cbda31b0719a980d0e517130f9ee2 commit d61ab1ad8a4cbda31b0719a980d0e517130f9ee2 Author: Guillem Jover <[email protected]> AuthorDate: Tue May 9 04:07:48 2023 +0200 dpkg: Move comment next to the code it is describing Also update the variable it is talking about. Changelog: internal --- src/main/archives.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/archives.c b/src/main/archives.c index 31b2abd08..0062600c2 100644 --- a/src/main/archives.c +++ b/src/main/archives.c @@ -195,10 +195,10 @@ filesavespackage(struct fsys_namenode_list *file, thirdpkg->set == pkgtobesaved->set) continue; - /* If !fileslistvalid then we've already disappeared this one, so - * we shouldn't try to make it take over this shared directory. */ debug(dbg_eachfiledetail,"filesavespackage ... is 3rd package"); + /* If !files_list_valid then we have already disappeared this one, + * so we should not try to make it take over this shared directory. */ if (!thirdpkg->files_list_valid) { debug(dbg_eachfiledetail, "process_archive ... already disappeared!"); continue; -- Dpkg.Org's dpkg

