summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-31 10:39:44 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-31 10:39:44 +0200
commitab499aa688ec7856d86d1fae13fcdaa58bafdbd5 (patch)
treed3331ddc1d12c9d179d2da87b24983f9102c5ba4 /src
parent55224e516406dc50985f1f48fb9d86aad726bc98 (diff)
parentbea0876a9996bfc0c0459b97c1137a567fc063a4 (diff)
downloadAntennaPod-ab499aa688ec7856d86d1fae13fcdaa58bafdbd5.zip
Merge branch 'patch-1' of git://github.com/mschuetz/AntennaPod into mschuetz-patch-1
Diffstat (limited to 'src')
-rw-r--r--src/de/danoeh/antennapod/util/Converter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/util/Converter.java b/src/de/danoeh/antennapod/util/Converter.java
index 6ef47af31..46a0d30b4 100644
--- a/src/de/danoeh/antennapod/util/Converter.java
+++ b/src/de/danoeh/antennapod/util/Converter.java
@@ -21,7 +21,7 @@ public final class Converter {
/** Indicates that the value is in the Gigabyte range.*/
private static final int GB_RANGE = 3;
/** Determines the length of the number for best readability.*/
- private static final int NUM_LENGTH = 1000;
+ private static final int NUM_LENGTH = 1024;
private static final int HOURS_MIL = 3600000;