diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-23 09:34:40 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-23 09:34:40 -0500 |
commit | f1e6f5c72a1df374252698f68de51de4d4238cc4 (patch) | |
tree | e524dad808101c58ebcd59ebf9b9efdeb4b30316 /indra/llcommon | |
parent | 4282de6e8572c4b6a9209bbea601c804406a49b8 (diff) |
SL-287 WIP - fixed default avatar crash caused by added spine joints. Still renders distorted.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/StackWalker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/StackWalker.h b/indra/llcommon/StackWalker.h index 4ff6e736da..5a5ed96e6f 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 = 1024 }; // max name length for found symbols + enum { STACKWALK_MAX_NAMELEN = 2048 }; // max name length for found symbols protected: // Entry for each Callstack-Entry |