mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix heapdump build
This commit is contained in:
parent
caa632d601
commit
3209f8750a
@ -178,7 +178,8 @@ Avian_avian_Machine_dumpHeap
|
||||
}
|
||||
fclose(out);
|
||||
} else {
|
||||
throwNew(t, Machine::RuntimeExceptionType, "file not found: %s", n);
|
||||
throwNew(t, Machine::RuntimeExceptionType, "file not found: %s",
|
||||
RUNTIME_ARRAY_BODY(n));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user