2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Fix some plString vararg parameters in normally-disabled code

This commit is contained in:
2013-01-05 19:08:15 -08:00
parent ca916fee49
commit 2382cebd11
2 changed files with 12 additions and 6 deletions

View File

@ -1194,7 +1194,7 @@ void PythonInterface::initPython()
getOutputAndReset(&error);
}
#ifndef BUILDING_PYPLASMA
#ifndef BUILDING_PYPLASMA
// Begin PEP 302 Import Hook stuff
// We need to create a ptImportHook object
ptImportHook* hook = PyObject_New(ptImportHook, &ptImportHook_type);