mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
This commit is contained in:
commit
1910e1b837
@ -456,6 +456,8 @@ Java_java_lang_System_getVMProperty(Thread* t, jclass, jstring name,
|
||||
r = makeLocalReference(t, makeString(t, "%s", t->m->finder->path()));
|
||||
} else if (strcmp(n, "avian.version") == 0) {
|
||||
r = makeLocalReference(t, makeString(t, AVIAN_VERSION));
|
||||
} else if (strcmp(n, "file.encoding") == 0) {
|
||||
r = makeLocalReference(t, makeString(t, "ASCII"));
|
||||
} else {
|
||||
const char* v = findProperty(t, n);
|
||||
if (v) {
|
||||
|
Loading…
Reference in New Issue
Block a user