From 4899ab09c98adff54320102cf9660e03fff4bca9 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 17 Mar 2006 20:33:59 +0000 Subject: [PATCH] added ClearErrors so an error will truly come from File as expected git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4600 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/Library.nsh b/Include/Library.nsh index fa91f430..b7b507dd 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -488,6 +488,7 @@ "installlib.file_${INSTALLLIB_UNIQUE}:" SetFileAttributes $R0 FILE_ATTRIBUTE_NORMAL + ClearErrors File /oname=$R0 "${LOCALFILE}" Return