Missing parameter, thanks willowufgood
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2351 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3667a05636
commit
4deb16c190
1 changed files with 1 additions and 1 deletions
|
@ -2183,7 +2183,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
|
|||
int s;
|
||||
int size_kb=line.gettoken_int(1,&s);
|
||||
if (!s) PRINTHELP()
|
||||
SCRIPT_MSG("AddSize: %d kb\n");
|
||||
SCRIPT_MSG("AddSize: %d kb\n",size_kb);
|
||||
section_add_size_kb(size_kb);
|
||||
}
|
||||
return PS_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue