mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
pfBackdoorMsg => plString
This commit is contained in:
@ -2410,7 +2410,7 @@ bool plPythonFileMod::MsgReceive(plMessage* msg)
|
||||
PyObject* retVal = PyObject_CallMethod(
|
||||
fPyFunctionInstances[kfunc_OnBackdoorMsg],
|
||||
(char*)fFunctionNames[kfunc_OnBackdoorMsg],
|
||||
"ss", dt->GetTarget(), dt->GetString());
|
||||
"ss", dt->GetTarget().c_str(), dt->GetString().c_str());
|
||||
if ( retVal == nil )
|
||||
{
|
||||
// if there was an error make sure that the stderr gets flushed so it can be seen
|
||||
|
Reference in New Issue
Block a user