WriteINIStr now works with an empty value ("")
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2300 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3c87d7089c
commit
76c8418de5
2 changed files with 7 additions and 4 deletions
|
@ -1116,7 +1116,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
{
|
||||
key=process_string_fromparm_tobuf(0x11);
|
||||
}
|
||||
if (parm2)
|
||||
if (parm4)
|
||||
{
|
||||
str=process_string_fromparm_tobuf(0x22);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue