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:
kichik 2005-02-04 15:31:57 +00:00
parent d304f50507
commit 5a37bd4e68

View file

@ -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++;