missing \0 in enum
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4283 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
93af198570
commit
5e9c6e77e6
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
uenable_last_page_cancel = 1;
|
||||
}
|
||||
|
||||
int k = line.gettoken_enum(1,"custom\0license\0components\0directory\0instfiles\0uninstConfirm");
|
||||
int k = line.gettoken_enum(1,"custom\0license\0components\0directory\0instfiles\0uninstConfirm\0");
|
||||
|
||||
if (k < 0) PRINTHELP();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue