[BUG: 1529] monitor: fix printing 64bit values
When a number contains "0" on 9th and adjacent lower decimal position
these 0's were not printed.
In practice number:
1000000000 was badly printed as 10
1000000001 was badly printed as 11
1000234567 was badly printed as 1234567
1234567890 was correctly printed as 1234567890
1200000000 was correctly printed as 1200000000
Both stat and gui were affected by this bug.
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
Showing
Please
register
or
sign in
to comment