mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
converted uint32_t to uint64_t for computing free disk space size. Helps getting a correct size estimation on large file systems.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2993 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1122e9fa56
commit
dba460ce0c
2 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ class RsDiscSpace
|
|||
static uint32_t freeSpaceLimit() ;
|
||||
|
||||
private:
|
||||
static bool crossSystemDiskStats(const char *file, uint32_t& free_blocks, uint32_t& block_size) ;
|
||||
static bool crossSystemDiskStats(const char *file, uint64_t& free_blocks, uint64_t& block_size) ;
|
||||
|
||||
static RsMutex _mtx ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue