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]) {