Browse Source

+ increase maximum number of possible packages

git-svn-id: trunk@6957 -
Tomas Hajny 18 years ago
parent
commit
35a3d96d6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer/install.pas

+ 1 - 1
installer/install.pas

@@ -98,7 +98,7 @@ program install;
 
 
      maxpacks=30;
-     maxpackages=20;
+     maxpackages=25;
      maxdefcfgs=1024;
 
      HTMLIndexExt = '.htx';