aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-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)