missing null terminator
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5271 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e0dc9ab083
commit
2f4d9ad346
1 changed files with 1 additions and 1 deletions
|
@ -3573,7 +3573,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
ent.which=EW_SETFLAG;
|
||||
ent.offsets[0]=FLAG_OFFSET(alter_reg_view);
|
||||
// "64" results in setting the flag to 1 which alters the view
|
||||
int k=line.gettoken_enum(1,"32\0" "64\0lastused");
|
||||
int k=line.gettoken_enum(1,"32\0" "64\0lastused\0");
|
||||
if (k<0) PRINTHELP()
|
||||
if (k == 0) // 32
|
||||
ent.offsets[1]=add_intstring(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue