Be more forgiving when avoiding bug #1126

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6663 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-12-08 01:56:13 +00:00
parent 667abcff94
commit 5e4e293df7

View file

@ -643,7 +643,7 @@
!error "Cannot use Case following a CaseElse"
!endif
Goto ${${_Logic}EndSelect} ; Go to EndSelect (Ends the previous Case)
!define _LogicLib_EndSelectLabelUsed
!define /IfNDef _LogicLib_EndSelectLabelUsed
${${_Logic}Else}: ; Place the Else label
!undef ${_Logic}Else ; and remove it
!else