diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/soreduce/SO_Group.cpp | 2 |
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_]; |