diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-26 09:08:13 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-26 09:08:13 -0500 |
commit | cac8dcdd2baad264974aa158283458569c832060 (patch) | |
tree | 7b6173a97719b2d3c4f00d53f214a4fd25a535f5 /tdecore/tdehardwaredevices.h | |
parent | ea0df494854f5c73bc8c9ee3fc22211f2221ba08 (diff) | |
download | tdelibs-cac8dcdd2baad264974aa158283458569c832060.tar.gz tdelibs-cac8dcdd2baad264974aa158283458569c832060.zip |
Fix incorrect block device size reporting on 32 bit systems
Diffstat (limited to 'tdecore/tdehardwaredevices.h')
-rw-r--r-- | tdecore/tdehardwaredevices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdehardwaredevices.h b/tdecore/tdehardwaredevices.h index 1fe962207..54cba4c29 100644 --- a/tdecore/tdehardwaredevices.h +++ b/tdecore/tdehardwaredevices.h @@ -613,7 +613,7 @@ class TDECORE_EXPORT TDEStorageDevice : public TDEGenericDevice /** * @return an unsigned long with the device size in bytes */ - unsigned long deviceSize(); + unsigned long long deviceSize(); /** * @return a TQString with the device size in human readable form |