Author: nextgens
Date: 2006-05-13 11:58:57 +0000 (Sat, 13 May 2006)
New Revision: 8689

Modified:
   trunk/freenet/src/net/i2p/util/NativeBigInteger.java
Log:
NativeBigInteger wasn't loaded on Mac OS X :/

Modified: trunk/freenet/src/net/i2p/util/NativeBigInteger.java
===================================================================
--- trunk/freenet/src/net/i2p/util/NativeBigInteger.java        2006-05-13 
07:20:25 UTC (rev 8688)
+++ trunk/freenet/src/net/i2p/util/NativeBigInteger.java        2006-05-13 
11:58:57 UTC (rev 8689)
@@ -563,7 +563,7 @@
                if(isFreebsd)
                        return "jbigi-freebsd"+sAppend; // The convention on 
freebsd...
                if(isMacOS)
-                       return "jbigi-osx"+sAppend; // The convention on 
freebsd...
+                       return "jbigi-osx-none"; // The convention on freebsd...
                throw new RuntimeException("Dont know jbigi library name for os 
type '"+System.getProperty("os.name")+"'");
     }
     private static final String getLibrarySuffix()


Reply via email to