Stricter compiler parameter validation of SectionGet/Set* commands
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6462 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8d7dd2cf9f
commit
5d4c8eb40f
7 changed files with 35 additions and 19 deletions
|
@ -382,7 +382,7 @@ class SortedStringListND // no delete - can be placed in GrowBuf
|
|||
int case_sensitive=0,
|
||||
int returnbestpos=0, /* if not found, return best pos */
|
||||
int*where=0
|
||||
)
|
||||
) const
|
||||
{
|
||||
T *data=(T *) m_gr.get();
|
||||
int ul = m_gr.getlen()/sizeof(T);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue