Another line... =/
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1820 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
617cf2bbe2
commit
3eaa8894f7
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ void Plugins::FindCommands(char* path,bool displayInfo)
|
|||
m_dataHandles.resize(m_funcsCount*sizeof(int));
|
||||
m_uninstDataHandles.resize(m_funcsCount*sizeof(int));
|
||||
memset(m_dataHandles.get(), -1, m_funcsCount*sizeof(int));
|
||||
memset(m_uninstDataHandles.get(), -1, m_funcsCount*sizeof(int));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue