size optimization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4633 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a7be6822ea
commit
f1a6014174
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
if (overwriteflag)
|
||||
{
|
||||
update_status_text(LANG_SKIPPED,buf3);
|
||||
if (overwriteflag==2) g_exec_flags.exec_error++;
|
||||
if (overwriteflag==2) exec_error++;
|
||||
log_printf3("File: skipped: \"%s\" (overwriteflag=%d)",buf0,overwriteflag);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue