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:
kichik 2003-03-08 20:13:04 +00:00
parent d2e9c72aed
commit dc8b68f433
2 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,11 @@
extern FILE *g_output;
Plugins::Plugins()
{
m_funcsCount = 0;
}
void Plugins::FindCommands(char* path,bool displayInfo)
{
if (path)