]> diplodocus.org Git - nmh/commitdiff
Tweak mh_xmalloc(); print size in error, allocate zero bytes.
authorRalph Corderoy <ralph@inputplus.co.uk>
Sun, 16 Oct 2016 16:43:56 +0000 (17:43 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Sun, 16 Oct 2016 16:43:56 +0000 (17:43 +0100)
Using `%zu' for the size_t value.  That might be a problem on older
platforms, but we'll see.  If asked for zero bytes then allocate one
rather than exit;  it's sometimes useful to allocate zero, but some
older platforms might not like it.


No differences found