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:
parent
548899ccd5
commit
b4b3f0b1eb
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue