We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674152 commit 40e97a9Copy full SHA for 40e97a9
libxtracfg/c/wrapper/libxtracfg.c
@@ -20,7 +20,7 @@ JNIEXPORT void JNICALL Java_de_ii_xtraplatform_cli_Cli_00024NativeProgress_updat
20
21
int xtracfg_init() {
22
JavaVMInitArgs vm_args;
23
- JavaVMOption options[0];
+ JavaVMOption options[1];
24
vm_args.version = JNI_VERSION_10;
25
vm_args.nOptions = 0;
26
vm_args.options = options;
0 commit comments