summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsyntaxid.cpp2
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