Fixed InstallLib .NSI space-in-path script bug (bug #1222)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7092 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
36cf6ec2b3
commit
ba5ca3a463
2 changed files with 6 additions and 4 deletions
|
@ -148,8 +148,8 @@
|
|||
|
||||
!macro __InstallLib_Helper_CmpPackedVer64 oldhi oldlo newhi newlo jeq jle jgt
|
||||
|
||||
IntCmpU ${oldhi} ${newhi} 0 ${jle} ${jgt}
|
||||
IntCmpU ${oldlo} ${newlo} ${jeq} ${jle} ${jgt}
|
||||
IntCmpU ${oldhi} ${newhi} "0" "${jle}" "${jgt}"
|
||||
IntCmpU ${oldlo} ${newlo} "${jeq}" "${jle}" "${jgt}"
|
||||
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue