mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
This commit is contained in:
commit
e55b59905e
@ -47,7 +47,7 @@ makeCodeImage(Thread* t, Zone* zone, BootImage* image, uint8_t* code,
|
|||||||
DelayedPromise* addresses = 0;
|
DelayedPromise* addresses = 0;
|
||||||
|
|
||||||
for (Finder::Iterator it(t->m->finder); it.hasMore();) {
|
for (Finder::Iterator it(t->m->finder); it.hasMore();) {
|
||||||
unsigned nameSize;
|
unsigned nameSize = 0;
|
||||||
const char* name = it.next(&nameSize);
|
const char* name = it.next(&nameSize);
|
||||||
|
|
||||||
if (endsWith(".class", name, nameSize)) {
|
if (endsWith(".class", name, nameSize)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user