From: Ralph Corderoy Date: Sat, 15 Oct 2016 22:40:00 +0000 (+0100) Subject: Fix error message when attempting to xmh_realloc() 0 bytes. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bd057d60eba167871169c243a64dbf9d7d9f4cde?hp=bd057d60eba167871169c243a64dbf9d7d9f4cde Fix error message when attempting to xmh_realloc() 0 bytes. Though really, I'd expect it to perform a free(3) then, as the real realloc(3) does. ---