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:
eccles 2002-09-02 23:00:04 +00:00
parent cb16b216d3
commit 4e487ad99c

View file

@ -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]);