summarylogtreecommitdiffstats
path: root/prefix.patch
diff options
context:
space:
mode:
authorDynakarp2020-10-24 12:22:10 -0500
committerDynakarp2020-10-24 12:22:10 -0500
commit091beb231cbf597b32ff03c6243b28fa9e5594e9 (patch)
tree893d74ac9d8be611f1ecfa35ea23d6327a02377d /prefix.patch
downloadaur-kcoreaddons-blucrystal.tar.gz
Initial commit.
Diffstat (limited to 'prefix.patch')
-rw-r--r--prefix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/prefix.patch b/prefix.patch
new file mode 100644
index 000000000000..92dd931c6454
--- /dev/null
+++ b/prefix.patch
@@ -0,0 +1,11 @@
+--- a/src/lib/util/kformat.h 2020-10-08 11:31:52.259466585 -0500
++++ b/src/lib/util/kformat.h 2020-10-08 11:32:23.409493135 -0500
+@@ -169,7 +169,7 @@
+ * @see formatByteSize
+ */
+ enum BinaryUnitDialect {
+- DefaultBinaryDialect = -1, ///< Used if no specific preference
++ DefaultBinaryDialect = -3, ///< Used if no specific preference
+ IECBinaryDialect, ///< KiB, MiB, etc. 2^(10*n)
+ JEDECBinaryDialect, ///< KB, MB, etc. 2^(10*n)
+ MetricBinaryDialect, ///< SI Units, kB, MB, etc. 10^(3*n)