Fixed bug #1122 StrCpy maxlen inconsistent behavior
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6810 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
aaca82cd5f
commit
7f2ca3cdee
5 changed files with 57 additions and 77 deletions
|
@ -411,6 +411,7 @@ class CEXEBuild {
|
|||
int disable_window_icon;
|
||||
|
||||
// User variables stuff
|
||||
int GetUnsafeUserVarIndex(LineParser &line, int token);
|
||||
int GetUserVarIndex(LineParser &line, int token);
|
||||
// Added by ramon 3 jun 2003
|
||||
UserVarsStringList m_UserVarNames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue