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
This commit is contained in:
kichik 2007-04-19 18:24:13 +00:00
parent 2263524b66
commit 99208104ad

View file

@ -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}"