mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
committed by
GitHub
parent
32609791de
commit
f0bd05cf6d
@@ -163,7 +163,7 @@ JNIEXPORT jlong JNICALL Java_io_openrct2_ZipArchive_allocBytes(JNIEnv* env, jcla
|
||||
|
||||
env->ReleaseByteArrayElements(input, bufferPtr, 0);
|
||||
|
||||
return (uintptr_t)data;
|
||||
return reinterpret_cast<uintptr_t>(data);
|
||||
}
|
||||
|
||||
#endif // __ANDROID__
|
||||
|
||||
Reference in New Issue
Block a user