From 47e9a6d5bacb82dbebb72b28d49d52db6e7c5764 Mon Sep 17 00:00:00 2001 From: anders_k Date: Wed, 27 Jan 2021 01:34:06 +0000 Subject: [PATCH] Using:StrFunc must be a nop in the artificial function mode git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7256 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/StrFunc.nsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Include/StrFunc.nsh b/Include/StrFunc.nsh index b763ec51..dd045e7c 100644 --- a/Include/StrFunc.nsh +++ b/Include/StrFunc.nsh @@ -61,7 +61,9 @@ o-----------------------------------------------------------------------------o !verbose push 4 !endif !ifndef ${Name}_INCLUDED - ${${Name}} ; Invoke !insertmacro STRFUNC_MAKEFUNC + !ifndef STRFUNC_USECALLARTIFICIALFUNCTION + ${${Name}} ; Invoke !insertmacro STRFUNC_MAKEFUNC + !endif !endif !if "${STRFUNC_VERBOSITY}" > 4 !verbose pop