summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/rbutilqt/base/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/utils.cpp b/rbutil/rbutilqt/base/utils.cpp
index 099f9c7742..1f855beea7 100644
--- a/rbutil/rbutilqt/base/utils.cpp
+++ b/rbutil/rbutilqt/base/utils.cpp
@@ -224,7 +224,7 @@ qulonglong Utils::filesystemClusterSize(QString path)
224 224
225qulonglong Utils::filesystemSize(QString path, enum Utils::Size type) 225qulonglong Utils::filesystemSize(QString path, enum Utils::Size type)
226{ 226{
227 qlonglong size = 0; 227 qulonglong size = 0;
228#if defined(Q_OS_LINUX) || defined(Q_OS_MACX) 228#if defined(Q_OS_LINUX) || defined(Q_OS_MACX)
229 // the usage of statfs() is deprecated by the LSB so use statvfs(). 229 // the usage of statfs() is deprecated by the LSB so use statvfs().
230 struct statvfs fs; 230 struct statvfs fs;