summaryrefslogtreecommitdiff
path: root/indra/llcharacter/lleditingmotion.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-10 18:20:24 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-10 18:20:24 +0000
commitf484d4dacea04eb0df5c59427606a2af8d9e56be (patch)
tree39c775d7e10b335512c68d6483fe866a7fe2e3d9 /indra/llcharacter/lleditingmotion.cpp
parent51499b555a64b5616edc52ff3150b820f8dafaef (diff)
CID-59
Checker: FORWARD_NULL Function: LLEditingMotion::onUpdate(float, unsigned char *) File: /indra/llcharacter/lleditingmotion.cpp minor.
Diffstat (limited to 'indra/llcharacter/lleditingmotion.cpp')
-rw-r--r--indra/llcharacter/lleditingmotion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/lleditingmotion.cpp b/indra/llcharacter/lleditingmotion.cpp
index 381d19e614..57554bdc35 100644
--- a/indra/llcharacter/lleditingmotion.cpp
+++ b/indra/llcharacter/lleditingmotion.cpp
@@ -221,7 +221,7 @@ BOOL LLEditingMotion::onUpdate(F32 time, U8* joint_mask)
if (!target.isFinite())
{
llerrs << "Non finite target in editing motion with target distance of " << target_dist <<
- " and focus point " << focus_pt << " and pointAtPt: " << *pointAtPt << llendl;
+ " and focus point " << focus_pt << llendl;
}
mTarget.setPosition( target + mParentJoint.getPosition());