Cherrypicked minor upstream fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7319 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
452dbe5787
commit
49ca294dee
5 changed files with 13 additions and 2 deletions
|
@ -156,6 +156,8 @@ void subst_keywords(paragraph * source, keywordlist * kl)
|
|||
close->alt = NULL;
|
||||
close->type = word_XrefEnd;
|
||||
close->fpos = ptr->fpos;
|
||||
close->breaks = FALSE;
|
||||
close->aux = 0;
|
||||
|
||||
close->next = ptr->next;
|
||||
ptr->next = subst;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue