@ -170,10 +170,8 @@ void plNetClientMgr::ISendCCRPetition(plCCRPetitionMsg* petMsg)
std::string buf;
buf.resize( size );
ram.CopyToMem( (void*)buf.data() );
wchar_t * wStr = StrDupToUnicode(buf.c_str());
NetCliAuthSendCCRPetition(wStr);
free(wStr);
NetCliAuthSendCCRPetition(buf.c_str());
}
//
@ -5762,7 +5762,7 @@ void NetCliAuthSetRecvBufferHandler (
//============================================================================
void NetCliAuthSendCCRPetition (
const wchar_t * petitionText
const plString& petitionText
) {
hsAssert(false, "eric, implement me.");
@ -575,7 +575,7 @@ void NetCliAuthChangePlayerNameRequest (
// CCRPetition
);