From b4b3f0b1eb37a857f0e4c837d319eae013d0fcbf Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 3 Mar 2005 20:15:58 +0000 Subject: [PATCH] fixed bug #1155836 - Incorrect section group state section flags weren't read again after a recursive call for _RefreshSectionGroups returned git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3914 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/components.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/exehead/components.c b/Source/exehead/components.c index 50263431..b1ef5032 100644 --- a/Source/exehead/components.c +++ b/Source/exehead/components.c @@ -55,6 +55,7 @@ static unsigned int NSISCALL _RefreshSectionGroups(unsigned int i, int first_cal if (flags & SF_SECGRP) { ni = _RefreshSectionGroups(i, 0); + flags = sections[i].flags; } if (flags & SF_SECGRPEND) {