Jumps fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2183 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-19 20:03:42 +00:00
parent e5594b1ba4
commit 8dd7703d01

View file

@ -600,7 +600,7 @@ Section -post
IntCmp $R0 ${SF_SELECTED} langfiles
SectionGetFlags ${SecContribModernUI} $R0
IntOp $R0 $R0 & ${SF_SELECTED}
IntCmp $R0 ${SF_SELECTED} "" nomui
IntCmp $R0 ${SF_SELECTED} "" nomui nomui
SetOutPath "$INSTDIR\Contrib\Modern UI\Language files"
File "..\Contrib\Modern UI\Language files\English.nsh"
nomui:
@ -801,7 +801,7 @@ SectionEnd
!macro secSelected SEC
SectionGetFlags ${SEC} $R7
IntOp $R7 $R7 & ${SF_SELECTED}
IntCmp $R7 ${SF_SELECTED} 0 +2
IntCmp $R7 ${SF_SELECTED} 0 +2 +2
IntOp $R0 $R0 + 1
!macroend