Index: source/tools/toolutil/package.h |
diff --git a/source/tools/toolutil/package.h b/source/tools/toolutil/package.h |
index 2cce5df0aa579124ba701216e470c2a8182a001a..5c01be2a15781baa4e9caaf4ba0b77ceb97c31d1 100644 |
--- a/source/tools/toolutil/package.h |
+++ b/source/tools/toolutil/package.h |
@@ -1,7 +1,7 @@ |
/* |
******************************************************************************* |
* |
-* Copyright (C) 2005-2013, International Business Machines |
+* Copyright (C) 2005-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
* |
******************************************************************************* |
@@ -26,7 +26,7 @@ |
// .dat package file representation ---------------------------------------- *** |
#define STRING_STORE_SIZE 100000 |
-#define MAX_PKG_NAME_LENGTH 32 |
+#define MAX_PKG_NAME_LENGTH 64 |
typedef void CheckDependency(void *context, const char *itemName, const char *targetName); |