aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-26 02:19:18 -0700
committerMcCabe Maxsted2010-08-28 05:01:49 -0700
commitf19cf0699012fecc98899ab016d1b732fb316e8c (patch)
tree7786306285677f83156fb1e140a9d918b85a5613 /linden/indra/llmessage
parentAdded AAC decoding to GStreamer for Windows (diff)
downloadmeta-impy-f19cf0699012fecc98899ab016d1b732fb316e8c.zip
meta-impy-f19cf0699012fecc98899ab016d1b732fb316e8c.tar.gz
meta-impy-f19cf0699012fecc98899ab016d1b732fb316e8c.tar.bz2
meta-impy-f19cf0699012fecc98899ab016d1b732fb316e8c.tar.xz
Potential fix for #447: llSetText text shows characters as invalid
Diffstat (limited to 'linden/indra/llmessage')
-rw-r--r--linden/indra/llmessage/llcachename.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcachename.cpp b/linden/indra/llmessage/llcachename.cpp
index 1e6584a..88a0cfe 100644
--- a/linden/indra/llmessage/llcachename.cpp
+++ b/linden/indra/llmessage/llcachename.cpp
@@ -895,7 +895,7 @@ void LLCacheName::Impl::processUUIDReply(LLMessageSystem* msg, bool isGroup)
895 else 895 else
896 { // is group 896 { // is group
897 msg->getStringFast(_PREHASH_UUIDNameBlock, _PREHASH_GroupName, entry->mGroupName, i); 897 msg->getStringFast(_PREHASH_UUIDNameBlock, _PREHASH_GroupName, entry->mGroupName, i);
898 LLStringFn::replace_ascii_controlchars(entry->mGroupName, LL_UNKNOWN_CHAR); 898 //LLStringFn::replace_ascii_controlchars(entry->mGroupName, LL_UNKNOWN_CHAR); -- MC
899 } 899 }
900 900
901 if (!isGroup) 901 if (!isGroup)