Author: robert
Date: 2007-12-10 22:32:13 +0000 (Mon, 10 Dec 2007)
New Revision: 16465

Modified:
   trunk/freenet/src/freenet/node/PeerNode.java
Log:
yikes, broken build


Modified: trunk/freenet/src/freenet/node/PeerNode.java
===================================================================
--- trunk/freenet/src/freenet/node/PeerNode.java        2007-12-10 22:26:37 UTC 
(rev 16464)
+++ trunk/freenet/src/freenet/node/PeerNode.java        2007-12-10 22:32:13 UTC 
(rev 16465)
@@ -3171,7 +3171,7 @@
                        short notFoundCount = 0;
                        short consecutiveNotFound = 0;
                        short longestConsecutiveNotFound = 0;
-                       for(short i = (short) times.length-1; i >= 0; i--) {
+                       for(short i = (short) (times.length-1); i >= 0; i--) {
                                long time = times[i];
                                if(time > otime) {
                                        Logger.error(this, "Inconsistent time 
order: [" + i + "]=" + time + " but [" + (i + 1) + "] is " + otime);


Reply via email to