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:
kichik 2008-10-10 20:56:22 +00:00
parent 5da4b54e98
commit d0008e0493

View file

@ -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