SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: autotests/klocaletest.cpp
|
||||
--- autotests/klocaletest.cpp.orig
|
||||
+++ autotests/klocaletest.cpp
|
||||
@@ -1202,7 +1202,7 @@ KLocaleTest::formatByteSize()
|
||||
QCOMPARE(locale.formatByteSize(5000000), QString("4.8 MiB"));
|
||||
QCOMPARE(locale.formatByteSize(50000000), QString("47.7 MiB"));
|
||||
QCOMPARE(locale.formatByteSize(500000000), QString("476.8 MiB"));
|
||||
-#if (__WORDSIZE == 64) || defined (_LP64) || defined(__LP64__) || defined(__ILP64__)
|
||||
+#if defined (_LP64) || defined(__LP64__) || defined(__ILP64__)
|
||||
QCOMPARE(locale.formatByteSize(5000000000), QString("4.7 GiB"));
|
||||
QCOMPARE(locale.formatByteSize(50000000000), QString("46.6 GiB"));
|
||||
QCOMPARE(locale.formatByteSize(500000000000), QString("465.7 GiB"));
|
Loading…
Add table
Add a link
Reference in a new issue