Fixed bug #769598 - problems with InstType /COMPONENTSONLYONCUSTOM

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2746 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-07-18 17:39:45 +00:00
parent b6d1a077d7
commit 4fbd8b1991
3 changed files with 12 additions and 11 deletions

View file

@ -390,7 +390,7 @@ typedef struct
int install_reg_key_ptr, install_reg_value_ptr;
#ifdef NSIS_CONFIG_COMPONENTPAGE
int install_types[NSIS_MAX_INST_TYPES];
int install_types[NSIS_MAX_INST_TYPES+1];
#endif
#ifdef NSIS_CONFIG_LICENSEPAGE