diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 2e74f62d..64e05268 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -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++;