Author: toad
Date: 2006-10-06 18:24:00 +0000 (Fri, 06 Oct 2006)
New Revision: 10644
Modified:
trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
trunk/freenet/src/freenet/node/Version.java
Log:
990: AAAARGHDOH!
Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
2006-10-06 18:15:02 UTC (rev 10643)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSegment.java
2006-10-06 18:24:00 UTC (rev 10644)
@@ -389,7 +389,7 @@
if(checkBlockStatus[i] != null) {
Logger.error(this, "Scheduling twice?
dataBlockStatus["+i+"] = "+checkBlockStatus[i]);
} else checkBlockStatus[i] =
- (SingleFileFetcher)
SingleFileFetcher.create(parentFetcher.parent, this, null, dataBlocks[i],
blockFetchContext, archiveContext, blockFetchContext.maxNonSplitfileRetries,
recursionLevel, true, new Integer(dataBlocks.length+i), false, null);
+ (SingleFileFetcher)
SingleFileFetcher.create(parentFetcher.parent, this, null, checkBlocks[i],
blockFetchContext, archiveContext, blockFetchContext.maxNonSplitfileRetries,
recursionLevel, true, new Integer(dataBlocks.length+i), false, null);
}
synchronized(this) {
createdFetchers = true;
Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2006-10-06 18:15:02 UTC (rev
10643)
+++ trunk/freenet/src/freenet/node/Version.java 2006-10-06 18:24:00 UTC (rev
10644)
@@ -24,11 +24,11 @@
public static final String protocolVersion = "1.0";
/** The build number of the current revision */
- private static final int buildNumber = 989;
+ private static final int buildNumber = 990;
/** Oldest build of Fred we will talk to */
private static final int oldLastGoodBuild = 978;
- private static final int newLastGoodBuild = 989;
+ private static final int newLastGoodBuild = 990;
private static final long transitionTime;
static {