summaryrefslogtreecommitdiff
blob: 6240d25bcd9b603aae953d81a7e39c1e83361554 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- core/java/src/net/i2p/util/NativeBigInteger.java.orig	2011-07-29 13:22:39.000000000 +0200
+++ core/java/src/net/i2p/util/NativeBigInteger.java	2011-07-29 13:22:55.000000000 +0200
@@ -526,7 +526,7 @@
             System.loadLibrary(name);
             return true;
         } catch (UnsatisfiedLinkError ule) {
-            if (_isAndroid) {
+            if (!_isAndroid) {
                 // Unfortunately,
                 // this is not interesting on Android, it says "file not found"
                 // on link errors too.