fixed a bug which prevented enabling the next button from the leave function of InstallOptions pages

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3544 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-05-08 16:07:22 +00:00
parent 5f74ac58f9
commit 499fa0e764
6 changed files with 13 additions and 18 deletions

View file

@ -146,8 +146,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
int exec_error = 0;
entry lent;
mini_memcpy(&lent, entry_, sizeof(entry));
entry lent = *entry_;
#define which (lent.which)
#define parm0 (lent.offsets[0])