mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
cleanup
This commit is contained in:
@@ -3367,7 +3367,7 @@ void JNICALL ScriptMethodsObjectInfoNamespace::sendScriptVarsToProxies(JNIEnv *
|
||||
{
|
||||
PROFILER_AUTO_BLOCK_DEFINE("JNI::sendScriptVarsToProxies");
|
||||
|
||||
if (obj != 0 && buffer != 0)
|
||||
if (obj != nullptr && buffer != nullptr)
|
||||
{
|
||||
ServerObject *object = nullptr;
|
||||
if (JavaLibrary::getObject(obj, object) && object != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user