Revert "Reduce jitter displaying of up/down load values"

This reverts commit f854511df3.

Merged by mistake.
master
Skunnyk 2017-11-02 23:14:12 +01:00
parent d96739a24a
commit 5098cf7266
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ char* format_byte_humanreadable(char* string, int stringsize, double number, int
}
/* format number first */
snprintf(formatstring, BUFSIZ, "%%%d.%df\t",6, digits);
snprintf(formatstring, BUFSIZ, "%%.%df", digits);
snprintf(buffer, BUFSIZ, formatstring, number_displayed);
/* get the number of integer characters */