mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix several format errors detected via vararg-template voodoo
This commit is contained in:
@ -277,7 +277,7 @@ void plAnimStealthNode::SetNodeName( const char *parentName )
|
||||
if( node != nil )
|
||||
{
|
||||
char name[ 512 ], newName[ 512 ];
|
||||
sprintf( name, "%s : %s", parentName, GetSegmentName() );
|
||||
sprintf(name, "%s : %s", parentName, GetSegmentName().c_str());
|
||||
|
||||
if( GetCOREInterface()->GetINodeByName( name ) != nil )
|
||||
{
|
||||
|
Reference in New Issue
Block a user