diff options
author | prep <prep@lindenlab.com> | 2013-06-05 17:36:31 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-06-05 17:36:31 -0400 |
commit | d22c315f575bf5b50909f7abab7b343868b4452e (patch) | |
tree | 147d36049391bbbd4816fadb429a05ccfd52b432 /indra/llcommon/llsdutil.cpp | |
parent | a07cee746cfb83c64618600ab288c09cd5297c94 (diff) | |
parent | a5e41af80978babb5e8046d390d6730f57423294 (diff) |
merge
Diffstat (limited to 'indra/llcommon/llsdutil.cpp')
-rwxr-xr-x | indra/llcommon/llsdutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdutil.cpp b/indra/llcommon/llsdutil.cpp index 803417d368..562fd26658 100755 --- a/indra/llcommon/llsdutil.cpp +++ b/indra/llcommon/llsdutil.cpp @@ -182,7 +182,7 @@ char* ll_pretty_print_sd_ptr(const LLSD* sd) char* ll_pretty_print_sd(const LLSD& sd) { - const U32 bufferSize = 10 * 1024; + const U32 bufferSize = 100 * 1024; static char buffer[bufferSize]; std::ostringstream stream; //stream.rdbuf()->pubsetbuf(buffer, bufferSize); |