From 929249adf4058c69a66520fe53a085b87de4f69e Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 5 Jan 2003 17:47:50 +0000 Subject: [PATCH] Already inited, no need to do it again git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2037 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index dcd446d7..3b394272 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -3309,7 +3309,6 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char case TOK_DELETEREGKEY: { int a=1; - ent.offsets[3]=0; if (which_token==TOK_DELETEREGKEY) { ent.offsets[3]=1;