From 99208104ade7f55e99ffb57f912d5fe62b099681 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 19 Apr 2007 18:24:13 +0000 Subject: [PATCH] don't fail when filename starts with a number git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5101 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index f533a657..e10826f8 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -72,7 +72,7 @@ !endif - !define __InstallLib_Helper_InitSession_Label "${__FILE__}${__LINE__}" + !define __InstallLib_Helper_InitSession_Label "Library_${__FILE__}${__LINE__}" StrCmp $__INSTALLLLIB_SESSIONGUID '' 0 "${__InstallLib_Helper_InitSession_Label}"