From 1bc9b4e075a20e7e7dd7e01b7d3524237b2de29c Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 21 Apr 2007 09:37:59 +0000 Subject: [PATCH] fixed plug-in calls git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5114 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/script.cpp b/Source/script.cpp index b6d34892..a5f73d77 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -5799,6 +5799,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line) ent.offsets[0]=add_string(line.gettoken_str(w)); if (!strcmpi(line.gettoken_str(w), "/NOUNLOAD")) nounloadmisused=1; ent.offsets[1]=0; + ent.offsets[2]=0; ret=add_entry(&ent); if (ret != PS_OK) { return ret;