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
This commit is contained in:
kichik 2005-03-03 20:15:58 +00:00
parent 548899ccd5
commit b4b3f0b1eb

View file

@ -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) {