fixed internet shortcuts creation with CreateShortcut (thanks rex123)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3588 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-07-15 17:37:11 +00:00
parent bf4d3c6c94
commit 0735b7400e

View file

@ -1003,7 +1003,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
IShellLink* psl;
if (!validpathspec(buf2))
GetStringFromParm(0x11);
GetStringFromParm(0x21);
log_printf8("CreateShortCut: out: \"%s\", in: \"%s %s\", icon: %s,%d, sw=%d, hk=%d",
buf1,buf2,buf0,buf3,parm4&0xff,(parm4&0xff00)>>8,parm4>>16);