src/oping.c: Fix status output.
authorFlorian Forster <ff@octo.it>
Thu, 20 Nov 2014 13:46:40 +0000 (14:46 +0100)
committerFlorian Forster <ff@octo.it>
Thu, 20 Nov 2014 13:46:40 +0000 (14:46 +0100)
commitd26cd43b41138c4cbe29f0be9b9dc020520b6375
tree54b88e4754ea3cc6a94c9bd7c2622781892ffbed
parent4478fcf65e46d4d1746859187be5eab7df54e6e6
src/oping.c: Fix status output.

This is a really dirty hack: If the percentile and/or median output
decreases, the output may have less characters than previously. Add
spaces at the end of the string to clear digits with may have been
there, to avoid the "maximum" value be appear to go through the roof.
src/oping.c