1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Use unsigned long instead to help with some tests

This commit is contained in:
Scott Baker
2021-06-05 10:06:40 -07:00
committed by W. Felix Handte
parent e5fc830795
commit 1ef6f3d079
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg, const
#define STRDUP(s) strdup(s)
#endif
char* humanSize(size_t size, char* str);
char* humanSize(unsigned long size, char* str);
/**
* Calls platform's equivalent of stat() on filename and writes info to statbuf.