diff options
author | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-21 21:29:24 +0000 |
---|---|---|
committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2013-11-21 21:29:24 +0000 |
commit | 380334956c6689c2091e95969a7f79a29db49a4d (patch) | |
tree | 6964686ce66afe6efcdea9cb14f960c7090479df /indra/newview | |
parent | fa5c3320cc9c50462b222b1b1197d9c16064983e (diff) |
storm-1831 Fixing message string UUID assignment
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llsyntaxid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp index 605d49b175..43f840544c 100644 --- a/indra/newview/llsyntaxid.cpp +++ b/indra/newview/llsyntaxid.cpp @@ -155,7 +155,7 @@ bool LLSyntaxIdLSL::checkSyntaxIdChanged() else { message = "' it has the same LSLSyntaxId! Leaving hash as '" - + mSyntaxIdCurrent + "'"; + + mSyntaxIdCurrent.asString() + "'"; } } else |