提交 e1ceae14 编写于 作者: C coffeys

8047777: (process) ProcessEnvironment_md.c not compiling on 8uX

Reviewed-by: chegar
上级 8ced885b
......@@ -41,7 +41,7 @@ environmentBlock9x(JNIEnv *env)
CHECK_NULL_RETURN(string_class, NULL);
String_init_ID =
(*env)->GetMethodID(env, string_class, "<init>", "([B)V");
CHECK_NULL_RETURN(String_init_ID);
CHECK_NULL_RETURN(String_init_ID, NULL);
blockA = (jbyte *) GetEnvironmentStringsA();
if (blockA == NULL) {
/* Both GetEnvironmentStringsW and GetEnvironmentStringsA
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册