<i18n dev> RFR: 8282897: Fix call parameter to GetStringChars() in HostLocaleProviderAdapter_md.c
Zhengyu Gu
zgu at openjdk.java.net
Thu Mar 10 13:39:04 UTC 2022
Please review this trivial patch to correct last parameter of `GetStringChars()` call, which should be a `jboolean*`, instead of `jboolean`
-------------
Commit messages:
- 8282897: Fix call parameter to GetStringChars() in HostLocaleProviderAdapter_md.c
Changes: https://git.openjdk.java.net/jdk/pull/7775/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7775&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8282897
Stats: 19 lines in 1 file changed: 0 ins; 0 del; 19 mod
Patch: https://git.openjdk.java.net/jdk/pull/7775.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7775/head:pull/7775
PR: https://git.openjdk.java.net/jdk/pull/7775
More information about the i18n-dev
mailing list