diff --git a/project/src/system/JNI.cpp b/project/src/system/JNI.cpp index 51a1e149f..1f99c3603 100644 --- a/project/src/system/JNI.cpp +++ b/project/src/system/JNI.cpp @@ -931,7 +931,7 @@ namespace lime { outType = JNIType (jniObjectString, inDepth); - } else if (!strncmp(src,"org/haxe/lime/HaxeObject;", 24)) { + } else if (!strncmp(src,"org/haxe/lime/HaxeObject;", 25)) { outType = JNIType (jniObjectHaxe, inDepth); @@ -2111,4 +2111,4 @@ extern "C" { } -} \ No newline at end of file +}