bareos2015: bareos-13.2 055ac3a7

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-13.2 2013-04-30 18:27 bareos-13.2 ff0e931d Pending
Changeset Tweak status scheduler output to cope with locales.

The %a and %b are locale specific strings which vary in lenght on each
locale. So we now keep track of the longest date string so we can align
the header right. For this to work we print everything into a temporary
buffer and keep track of the length and dump the whole output in one go
with the correct header spacing.
mod - src/dird/ua_status.c Diff File