DeleteRegKey now complains if given a third parameter
(other than /ifempty) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@878 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cb16b216d3
commit
4e487ad99c
1 changed files with 1 additions and 0 deletions
|
@ -2901,6 +2901,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
|
|||
a++;
|
||||
ent.offsets[3]=1;
|
||||
}
|
||||
if (line.gettoken_str(a+2)[0]) PRINTHELP()
|
||||
}
|
||||
int k=line.gettoken_enum(a,rootkeys[0]);
|
||||
if (k == -1) k=line.gettoken_enum(a,rootkeys[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue