@@ -23,12 +23,12 @@ #import "OFLocale.h" #import "ProgressBar.h" static const float oneKibibyte = 1024; -static const float oneMebibyte = 1024 * oneKibibyte; -static const float oneGibibyte = 1024 * oneMebibyte; +static const float oneMebibyte = 1024 * 1024; +static const float oneGibibyte = 1024 * 1024 * 1024; static const OFTimeInterval updateInterval = 0.1; #ifndef HAVE_TRUNCF # define truncf(x) trunc(x)