From d0008e0493ca3da0f62558d89e9ce21a9529ed90 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 10 Oct 2008 20:56:22 +0000 Subject: [PATCH] documented the weird result git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5747 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/FileFuncTest.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/FileFuncTest.nsi b/Examples/FileFuncTest.nsi index 569a4ab5..08ed303b 100644 --- a/Examples/FileFuncTest.nsi +++ b/Examples/FileFuncTest.nsi @@ -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