summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-06 12:54:20 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-06 12:54:20 +0000
commit8ebc3936a9778c275915439bcd0767cf47e38b90 (patch)
tree1cd19bb39714b7e9ad24c5099dc293d42bf44e81 /apps
parent60669b1cccfe22aa5b38bd173e49d2d94e347ca8 (diff)
downloadATCD-8ebc3936a9778c275915439bcd0767cf47e38b90.tar.gz
ChangeLogTag: Mon Dec 6 06:53:43 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/soreduce/SO_Group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/soreduce/SO_Group.cpp b/apps/soreduce/SO_Group.cpp
index 895a03f0717..f369050a1dd 100644
--- a/apps/soreduce/SO_Group.cpp
+++ b/apps/soreduce/SO_Group.cpp
@@ -19,7 +19,7 @@ SO_Group::SO_Group ()
: undef_wrapper_ ("nothing"),
undefs_(undef_wrapper_.imports()),
libs_ (0),
- max_libs_ (30),
+ max_libs_ (128),
num_libs_(0)
{
libs_ = new Library*[max_libs_];