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