mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Just some lint fixing
This commit is contained in:
@@ -1197,7 +1197,7 @@ extern "C" void JNICALL Java_org_ppsspp_ppsspp_NativeApp_sendRequestResult(JNIEn
|
||||
std::string value = jvalue ? GetJavaString(env, jvalue) : "(no value)";
|
||||
INFO_LOG(Log::System, "Received result of request %d from Java: %d: %d '%s'", jrequestID, (int)result, jintValue, value.c_str());
|
||||
if (result) {
|
||||
g_requestManager.PostSystemSuccess(jrequestID, value.c_str(), jintValue);
|
||||
g_requestManager.PostSystemSuccess(jrequestID, value, jintValue);
|
||||
} else {
|
||||
g_requestManager.PostSystemFailure(jrequestID, jintValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user