mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Try unsigned long long
This commit is contained in:
committed by
W. Felix Handte
parent
64385ef7cb
commit
20b9b00b41
@ -122,7 +122,7 @@ int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg, const
|
||||
#define STRDUP(s) strdup(s)
|
||||
#endif
|
||||
|
||||
char* humanSize(unsigned long size, char* str);
|
||||
char* humanSize(unsigned long long size, char* str);
|
||||
|
||||
/**
|
||||
* Calls platform's equivalent of stat() on filename and writes info to statbuf.
|
||||
|
Reference in New Issue
Block a user