From b1501ca043fcd894f60fc9d521335ca8d0759b38 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 17 Feb 2007 11:31:58 +0000 Subject: [PATCH] clear error flag in _TextFunc_TempFileForFile git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4933 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/TextFunc.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/TextFunc.nsh b/Include/TextFunc.nsh index 3e08f8c7..4069834f 100644 --- a/Include/TextFunc.nsh +++ b/Include/TextFunc.nsh @@ -201,6 +201,7 @@ TrimNewLines GetTempFileName ${_RESULT} ${_RESULT} StrCmp ${_RESULT} "" 0 +2 GetTempFileName ${_RESULT} + ClearErrors !macroend !macro LineFind