From 934df9bd6f8b24aceab21ba79cf14d808970fe0b Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 10 Dec 2016 13:09:16 +0100 Subject: [PATCH] Changed: Already a std::string --HG-- branch : develop --- code/ryzom/client/src/entities.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/entities.cpp b/code/ryzom/client/src/entities.cpp index e49761e01..5deeb437c 100644 --- a/code/ryzom/client/src/entities.cpp +++ b/code/ryzom/client/src/entities.cpp @@ -1766,7 +1766,7 @@ void CEntityManager::dumpXML(class NLMISC::IStream &f) // Add a comment // f.xmlComment();//toString("Describ the entity in the slot %d.", i).c_str()); // Start the opening of a new node named Identity - f.xmlPush(toString("Entity%d", i).c_str()); + f.xmlPush(toString("Entity%d", i)); if(_Entities[i]) {