From a251629bdbfa5075bea5939eb2c325da9fe075b0 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 26 Jun 2007 17:27:01 +0000 Subject: [PATCH] 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 --- Include/Sections.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/Sections.nsh b/Include/Sections.nsh index c77a4018..07aa47f9 100644 --- a/Include/Sections.nsh +++ b/Include/Sections.nsh @@ -74,6 +74,7 @@ Push $0 Push $1 + StrCpy $1 "${SECTION}" SectionGetFlags $1 $0 IntOp $0 $0 ^ ${SF_SELECTED} SectionSetFlags $1 $0