summaryrefslogtreecommitdiff
path: root/indra/llcommon/StackWalker.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/StackWalker.h')
-rw-r--r--indra/llcommon/StackWalker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/StackWalker.h b/indra/llcommon/StackWalker.h
index 5a5ed96e6f..834f89c471 100644
--- a/indra/llcommon/StackWalker.h
+++ b/indra/llcommon/StackWalker.h
@@ -127,7 +127,7 @@ public:
// in older compilers in order to use it... starting with VC7 we can declare it as "protected"
protected:
#endif
- enum { STACKWALK_MAX_NAMELEN = 2048 }; // max name length for found symbols
+ enum { STACKWALK_MAX_NAMELEN = 4096 }; // max name length for found symbols
protected:
// Entry for each Callstack-Entry