Fix string and JNI call

This commit is contained in:
khanhduytran0 2020-11-12 10:09:38 +07:00
parent 567d801f5c
commit edf9f3a4e0
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ static void *logger_thread() {
}
JNIEXPORT void JNICALL
Java_net_kdt_pojavlaunch_JREUtils_redirectLogcat(JNIEnv *env, jclass clazz) {
Java_net_kdt_pojavlaunch_utils_JREUtils_redirectLogcat(JNIEnv *env, jclass clazz) {
// TODO: implement redirectLogcat()
setvbuf(stdout, 0, _IOLBF, 0); // make stdout line-buffered
setvbuf(stderr, 0, _IONBF, 0); // make stderr unbuffered

View File

@ -87,7 +87,7 @@
<string name="mcl_options">Options</string>
<string name="mcl_option_modmgr">Mod manager (no function)</string>
<string name="mcl_option_modinstall">Launch a mod installer (Forge, LabyMod, Fabric, etc...)</string>
<string name="mcl_option_modinstallwitharg">Install mod (with custom arguments)</string>
<string name="mcl_option_modinstallwitharg">Launch a mod installer (with custom arguments)</string>
<string name="mcl_option_checkupdate">Check for update</string>
<string name="mcl_option_customcontrol">Custom controls</string>
<string name="mcl_option_settings">Settings</string>