From 37b564429121d1096ad1cd12500df9fa60b9c66c Mon Sep 17 00:00:00 2001 From: Ilya Shipitcin Date: Sun, 1 Aug 2021 12:26:51 +0500 Subject: [PATCH] src/Cedar/SW.c: treat "0" build as legitimate installers built for PR have "0" build. let us treat them as legitimate --- src/Cedar/SW.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Cedar/SW.c b/src/Cedar/SW.c index 4a0eb9e3..4e4ca3c9 100644 --- a/src/Cedar/SW.c +++ b/src/Cedar/SW.c @@ -4005,11 +4005,6 @@ SW_LOGFILE *SwLoadLogFile(SW *sw, wchar_t *filename) CfgGetStr(info, "ComponentName", component_name, sizeof(component_name)); build = CfgGetInt(info, "Build"); - if (build == 0) - { - goto LABEL_CLEANUP; - } - c = SwFindComponent(sw, component_name); if (c == NULL) {