df: fix crash in mem exhaustion edge case
authorPádraig Brady <P@draigBrady.com>
Thu, 5 May 2011 14:20:13 +0000 (15:20 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 5 May 2011 15:32:14 +0000 (16:32 +0100)
commit9aeffd3fe549116c043b61ec0d593a7d4c004a44
tree77e3fc07dabec0ec72c3f777d7695699e7f39e84
parent719dcc7f016e72a6ff4da721c678a78f38c445ad
df: fix crash in mem exhaustion edge case

* src/df.c (print_table): Don't try to output NULL
if ambsalign() can't allocate memory.  Instead just
output the unaligned text.
src/df.c