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:
parent
2263524b66
commit
99208104ad
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue