From a0e8c6f5c529124c2567fbf1322b7158c60ecd81 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 29 May 2023 19:43:39 +0300 Subject: [PATCH 32/32] Add ERM_CLEAN extras to cleanables list See osdn #48106 Signed-off-by: Marko Lindqvist --- common/extras.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/extras.c b/common/extras.c index 9bffda7c8e..90e369cee6 100644 --- a/common/extras.c +++ b/common/extras.c @@ -318,7 +318,8 @@ void _extra_to_removed_by_list(struct extra_type *pextra, { extra_type_list_append(removed_by[rmcause], pextra); - if (rmcause == ERM_CLEANPOLLUTION || rmcause == ERM_CLEANFALLOUT) { + if (rmcause == ERM_CLEAN + || rmcause == ERM_CLEANPOLLUTION || rmcause == ERM_CLEANFALLOUT) { extra_type_list_append(cleanable, pextra); } } -- 2.39.2