From 5a37bd4e68e92a67cf0ee6dbb3396714ca854182 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 4 Feb 2005 15:31:57 +0000 Subject: [PATCH] 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 --- Source/exehead/Ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;