mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -89,7 +89,7 @@ plLoadCloneMsg::plLoadCloneMsg(const plUoid &uoidToClone, const plKey &requestor
|
||||
this->AddReceiver(plNetApp::GetInstance()->GetKey());
|
||||
} else {
|
||||
char buffer[128];
|
||||
sprintf(buffer, "Can't find key named %s", uoidToClone.GetObjectName());
|
||||
sprintf(buffer, "Can't find key named %s", uoidToClone.GetObjectName().c_str());
|
||||
hsAssert(0, buffer);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user