diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 7255a14b79..6239629680 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -309,7 +309,7 @@ static void MergeActorXML( XNode *pChild, const XNode *pParent ) if( pChild->GetChildValue(p->first, sOld) ) { RString sWarning = - ssprintf( "Overriding \"%s\" (\"%s\") in XML node \"%s\" with \"%s\" in XML node \"%s\"", + ssprintf( "Overriding \"%s\" (\"%s\") in XML node \"%s\" with \"%s\" in XML node \"%s\"", p->first.c_str(), p->second.c_str(), pChild->m_sName.c_str(),