mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -705,7 +705,7 @@ plString plNetMsgSDLState::AsString() const
|
||||
ISetDescName(); // set desc name for debug if necessary
|
||||
|
||||
return plString::Format("object:%s, initial:%d, %s",
|
||||
ObjectInfo()->GetObjectName(), fIsInitialState, plNetMsgStreamedObject::AsString().c_str() );
|
||||
ObjectInfo()->GetObjectName().c_str(), fIsInitialState, plNetMsgStreamedObject::AsString().c_str() );
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user