In Verbose Mode, Preserve Full Precision Where Possible
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user