Browse Source

* Fix by Giulio: Increased maxpackages in installer (go32v2 packages are 29)

git-svn-id: trunk@14027 -
Tomas Hajny 16 years ago
parent
commit
72fc416779
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=28;
+     maxpackages=29;
      maxdefcfgs=1024;
 
      HTMLIndexExt = '.htx';