diff options
author | prep <prep@lindenlab.com> | 2011-03-24 09:48:34 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-03-24 09:48:34 -0400 |
commit | d2bb490702921b5ca9fdcd562c67844e2d4802e1 (patch) | |
tree | 23757871fd89a981d9e6691668d78ec6b3f52a48 /indra/newview/llmeshrepository.cpp | |
parent | 3ad81bb4a642d25018b773d2ef005380664d8170 (diff) |
Crash fix for SH-1176 and WIP for pelvis z offset
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index a227627bc1..60cbdcc98b 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1179,7 +1179,7 @@ bool LLMeshRepoThread::decompositionReceived(const LLUUID& mesh_id, U8* data, S3 LLSD decomp; if (data_size > 0) - { + { std::string res_str((char*) data, data_size); std::istringstream stream(res_str); |