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

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Mar 6 16:02:56 UTC 2008


Author: nextgens
Date: 2008-03-06 16:02:56 +0000 (Thu, 06 Mar 2008)
New Revision: 18396

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

Modified: trunk/freenet/src/freenet/support/io/NativeThread.java
===================================================================
--- trunk/freenet/src/freenet/support/io/NativeThread.java	2008-03-06 16:02:12 UTC (rev 18395)
+++ trunk/freenet/src/freenet/support/io/NativeThread.java	2008-03-06 16:02:56 UTC (rev 18396)
@@ -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