Use %lu with (unsigned long) casting instead of relying on C99 %zd.
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 5 Sep 2015 22:16:37 +0000 (18:16 -0400)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 5 Sep 2015 22:16:37 +0000 (18:16 -0400)
commit338eb87604e621d2bc0e6d3975ffb243bedc0ff0
tree041ea54b753809b6bb9597f17fc8aaeab2c2c03c
parent0986e8a190cd666b73f532988740715665e4c5a5
Use %lu with (unsigned long) casting instead of relying on C99 %zd.
Cleanup the output text, which was confusing when using a custom
heap size limit.
src/c/main.d