Fixed LicesneData and language strings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2840 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
87602b35ec
commit
12e5291213
2 changed files with 1 additions and 19 deletions
|
@ -409,7 +409,7 @@ int CEXEBuild::add_string(const char *string, int process/*=1*/) // returns offs
|
|||
{
|
||||
if (!*string) return 0;
|
||||
|
||||
if (process && *string == '$' && *(string+1) == '(') {
|
||||
if (*string == '$' && *(string+1) == '(') {
|
||||
int idx = 0;
|
||||
char *cp = strdup(string+2);
|
||||
char *p = strchr(cp, ')');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue