From e1ceae145e377e17ee1b16cd2253d76729d3fe9a Mon Sep 17 00:00:00 2001 From: coffeys Date: Sun, 22 Jun 2014 23:15:50 +0100 Subject: [PATCH] 8047777: (process) ProcessEnvironment_md.c not compiling on 8uX Reviewed-by: chegar --- src/windows/native/java/lang/ProcessEnvironment_md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/native/java/lang/ProcessEnvironment_md.c b/src/windows/native/java/lang/ProcessEnvironment_md.c index d6d3054e7..69bd50b28 100644 --- a/src/windows/native/java/lang/ProcessEnvironment_md.c +++ b/src/windows/native/java/lang/ProcessEnvironment_md.c @@ -41,7 +41,7 @@ environmentBlock9x(JNIEnv *env) CHECK_NULL_RETURN(string_class, NULL); String_init_ID = (*env)->GetMethodID(env, string_class, "", "([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 -- GitLab