Automatically double ampersands in the name attribute
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7131 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2bae3414ba
commit
52cd125973
6 changed files with 19 additions and 3 deletions
|
@ -517,7 +517,7 @@ int CEXEBuild::SetLangString(const TCHAR *name, LANGID lang, const TCHAR *str)
|
|||
// @return If the id is invalid or the string is not valid, it will return a
|
||||
// PS_ERROR. If this function call is overwriting a set user string, this
|
||||
// will return a PS_WARNING.
|
||||
int CEXEBuild::SetInnerString(int id, TCHAR *str) {
|
||||
int CEXEBuild::SetInnerString(int id, const TCHAR *str) {
|
||||
if ((unsigned int)id >= NLF_STRINGS || !str) return PS_ERROR;
|
||||
|
||||
int ret = PS_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue