Skip to content

Commit

Permalink
Merge pull request ibmruntimes#143 from adam-farley/correct_isjavaarg…
Browse files Browse the repository at this point in the history
…s_flag

Correct isJavaArgs flag
  • Loading branch information
groeges authored and GitHub Enterprise committed Oct 31, 2019
2 parents 3c49c2c + b8d1f08 commit ef9ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/native/launcher/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ main(int argc, char **argv)
DOT_VERSION,
(const_progname != NULL) ? const_progname : *margv,
(const_launcher != NULL) ? const_launcher : *margv,
(const_jargs != NULL) ? JNI_TRUE : JNI_FALSE,
jargc > 0,
const_cpwildcard, const_javaw, 0);
}

0 comments on commit ef9ed74

Please sign in to comment.