From 847e04dfb56f1db4d8bb0a65fe4abeeea8a4877e Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 5 Sep 2003 12:45:12 +0000 Subject: [PATCH] Fixed SetDetailsPrint git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2836 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 67a2bf89..b7dc62f9 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -3848,7 +3848,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line) case 1: case 2: case 3: - ent.offsets[1]<<=2; + ent.offsets[1]<<=1; break; case 4: ent.offsets[1]=16;