log build fix for anders
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6851 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5aad0ae1ab
commit
1b11115193
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
sei.lpIDList=NULL; // Must set this because SEE_MASK_INVOKEIDLIST might be set
|
||||
if (!ShellExecuteEx(&sei))
|
||||
{
|
||||
log_printf5(_T("ExecShell: warning: error (\"%s\": file:\"%s\" params:\"%s\")=%d"),buf0,buf3,buf2,x);
|
||||
log_printf5(_T("ExecShell: warning: error (\"%s\": file:\"%s\" params:\"%s\")=%d"),buf0,buf3,buf2,GetLastError());
|
||||
exec_error++;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue