fixed compile error with logging enabled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3896 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d304f50507
commit
5a37bd4e68
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ static DWORD WINAPI install_thread(LPVOID p)
|
|||
#ifdef NSIS_CONFIG_COMPONENTPAGE
|
||||
else
|
||||
{
|
||||
log_printf2("Skipping section: \"%s\"",name);
|
||||
log_printf2("Skipping section: \"%s\"",s->name);
|
||||
}
|
||||
#endif
|
||||
s++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue