[freenet-cvs] r18393 - trunk/freenet/src/freenet/support/io

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Mar 6 15:52:16 UTC 2008


Author: nextgens
Date: 2008-03-06 15:52:16 +0000 (Thu, 06 Mar 2008)
New Revision: 18393

Modified:
   trunk/freenet/src/freenet/support/io/NativeThread.java
Log:
doh

Modified: trunk/freenet/src/freenet/support/io/NativeThread.java
===================================================================
--- trunk/freenet/src/freenet/support/io/NativeThread.java	2008-03-06 15:49:11 UTC (rev 18392)
+++ trunk/freenet/src/freenet/support/io/NativeThread.java	2008-03-06 15:52:16 UTC (rev 18393)
@@ -38,7 +38,7 @@
 	
 	static {
 		Logger.minor(NativeThread.class, "Running init()");
-		_loadNative = !(File.pathSeparatorChar == '\\') && NodeStarter.extBuildNumber > 18;
+		_loadNative = !((File.pathSeparatorChar == '\\') || NodeStarter.extBuildNumber < 18);
 		Logger.debug(NativeThread.class, "Run init(): should loadNative="+_loadNative);
 		if(_loadNative) {
 			//System.loadLibrary("NativeThread");




More information about the cvs mailing list