Skip to content

Commit

Permalink
Show a prefix of the GUID string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent c41fb6a commit a3879e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/trunk/src/synfig/bone.cpp
Expand Up @@ -168,7 +168,7 @@ Bone::get_string()const
origin0_[0], origin0_[1],
Angle::deg(angle_).get(),
Angle::deg(angle0_).get(),
scale_, length_, strength_, parent_.get_string().c_str());
scale_, length_, strength_, parent_.get_string().substr(0,GUID_PREFIX_LEN).c_str());
}

bool
Expand Down

0 comments on commit a3879e7

Please sign in to comment.