Bah... m_funcsCount = 0... Thanks Ippi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2251 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d2e9c72aed
commit
dc8b68f433
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
|
||||
extern FILE *g_output;
|
||||
|
||||
Plugins::Plugins()
|
||||
{
|
||||
m_funcsCount = 0;
|
||||
}
|
||||
|
||||
void Plugins::FindCommands(char* path,bool displayInfo)
|
||||
{
|
||||
if (path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue