aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llnamevalue.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llnamevalue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llnamevalue.cpp b/linden/indra/llmessage/llnamevalue.cpp
index 18bd5ac..c44f6ce 100644
--- a/linden/indra/llmessage/llnamevalue.cpp
+++ b/linden/indra/llmessage/llnamevalue.cpp
@@ -155,7 +155,7 @@ void LLNameValue::init(const char *name, const char *data, const char *type, con
155 else if (!strcmp(mStringType, "U64")) 155 else if (!strcmp(mStringType, "U64"))
156 { 156 {
157 mType = NVT_U64; 157 mType = NVT_U64;
158 mNameValueReference.u64 = new U64(str_to_U64(data)); 158 mNameValueReference.u64 = new U64(str_to_U64(ll_safe_string(data)));
159 } 159 }
160 else if (!strcmp(mStringType, "VEC3")) 160 else if (!strcmp(mStringType, "VEC3"))
161 { 161 {