client: fix ETA run_str
authorJens Axboe <axboe@fb.com>
Fri, 27 Jun 2014 21:30:06 +0000 (15:30 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 27 Jun 2014 21:30:06 +0000 (15:30 -0600)
commitafe22d3dbec867f8540ece355266b0427c69d51a
tree598f7d3c5718a43aa6feeed40887be7ed708ca60
parent05bff935cf3b8d5b3cba3958ec8ea9205bdc9f86
client: fix ETA run_str

We never touched it before, which meant the client would just
display an empty string. Make a valiant effort to allocate and
output the run_str.

Signed-off-by: Jens Axboe <axboe@fb.com>
client.c