• Adam Wujek's avatar
    [BUG: 1529] monitor: fix printing 64bit values · 6b3848b1
    Adam Wujek authored
    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's avatarAdam Wujek <adam.wujek@cern.ch>
    6b3848b1
Name
Last commit
Last update
arch/lm32 Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
host Loading commit data...
include Loading commit data...
ipc Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ 50c32dc4
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
test/snmp Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
compare_size.sh Loading commit data...
dump-info.c Loading commit data...
revision.c Loading commit data...
save_size.sh Loading commit data...
system_checks.c Loading commit data...
wrc_main.c Loading commit data...
wrs_main.c Loading commit data...