documented the weird result
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5747 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5da4b54e98
commit
d0008e0493
1 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,8 @@ Section GetParameters
|
|||
${GetParameters} $OUT4
|
||||
StrCpy $CMDLINE ' test'
|
||||
${GetParameters} $OUT5
|
||||
StrCpy $CMDLINE ' test'
|
||||
StrCpy $CMDLINE ' test' # left over bug(?) from old GetParameters
|
||||
# it starts looking for ' ' from the third char
|
||||
${GetParameters} $OUT6
|
||||
StrCpy $CMDLINE ' '
|
||||
${GetParameters} $OUT7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue