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:
kichik 2003-03-15 13:54:23 +00:00
parent 3c87d7089c
commit 76c8418de5
2 changed files with 7 additions and 4 deletions

View file

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