1
0
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:
2014-01-09 22:10:17 -08:00
parent 29e311c91d
commit 4987b32574
3 changed files with 13 additions and 20 deletions

View File

@ -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