fixed bug #1742793 - ReverseSection macro in Sections.nsh doesn't work

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5170 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-06-26 17:27:01 +00:00
parent f8b999c03a
commit a251629bdb

View file

@ -74,6 +74,7 @@
Push $0
Push $1
StrCpy $1 "${SECTION}"
SectionGetFlags $1 $0
IntOp $0 $0 ^ ${SF_SELECTED}
SectionSetFlags $1 $0