fix heapdump build

This commit is contained in:
Joel Dice 2013-03-04 16:00:35 -07:00
parent caa632d601
commit 3209f8750a

View File

@ -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));
}
}