Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ximi1970:Toolchains:AVR:latest:Staging
openjfx
openjfx-pango.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openjfx-pango.patch of Package openjfx
--- a/modules/javafx.graphics/src/main/native-font/pango.c +++ b/modules/javafx.graphics/src/main/native-font/pango.c @@ -243,7 +243,7 @@ JNIEXPORT jboolean JNICALL OS_NATIVE(FcConfigAppFontAddFile) if (text) { // rc = (jboolean)FcConfigAppFontAddFile(arg0, text); if (fp) { - rc = (jboolean)((jboolean (*)(void *, const char *))fp)(arg0, text); + rc = (jboolean)((jboolean (*)(void *, const char *))fp)((void *)arg0, text); } (*env)->ReleaseStringUTFChars(env, arg1, text); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor