Author: toad
Date: 2007-11-19 23:26:59 +0000 (Mon, 19 Nov 2007)
New Revision: 15870
Modified:
trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
Log:
doh
Modified: trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-11-19 23:22:57 UTC (rev 15869)
+++ trunk/freenet/src/freenet/clients/http/bookmark/BookmarkManager.java
2007-11-19 23:26:59 UTC (rev 15870)
@@ -104,7 +104,7 @@
try {
Matcher matcher =
pattern.matcher(newVals[i]);
// FIXME: remove
- if (matcher.matches() &&
matcher.groupCount() == 3) {
+ if (matcher.matches() &&
matcher.groupCount() == 4) {
makeParents(matcher.group(1));
key = new
FreenetURI(matcher.group(4));