In Verbose Mode, Preserve Full Precision Where Possible

This commit is contained in:
W. Felix Handte
2021-06-10 12:53:07 -04:00
parent 9b67219b1e
commit 464bfb022e
3 changed files with 50 additions and 31 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ U64 UTIL_getTotalFileSize(const char* const * fileNamesTable, unsigned nbFiles);
* precision, value, suffix order to a "%.*f%s" format string.
*/
typedef struct {
float value;
double value;
int precision;
const char* suffix;
} UTIL_HumanReadableSize_t;