forked from len0rd/rockbox
rbutil: Remove unnecessary (and implicit) type conversion.
This commit is contained in:
parent
1ed283de9c
commit
46d06f71dc
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ qulonglong Utils::filesystemClusterSize(QString path)
|
|||
|
||||
qulonglong Utils::filesystemSize(QString path, enum Utils::Size type)
|
||||
{
|
||||
qlonglong size = 0;
|
||||
qulonglong size = 0;
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_MACX)
|
||||
// the usage of statfs() is deprecated by the LSB so use statvfs().
|
||||
struct statvfs fs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue