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:
parent
667abcff94
commit
5e4e293df7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue