From 6504b21ceacbddb9bb25a2c2f0f616ff548430df Mon Sep 17 00:00:00 2001 From: low012 Date: Mon, 13 Apr 2009 09:22:11 +0000 Subject: [PATCH] *) fix for http://forum.yacy-websuche.de/viewtopic.php?t=1976 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5800 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Blacklist_p.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/Blacklist_p.java b/htroot/Blacklist_p.java index d04d17f59..b94299776 100644 --- a/htroot/Blacklist_p.java +++ b/htroot/Blacklist_p.java @@ -371,7 +371,7 @@ public class Blacklist_p { boolean dark = true; int offset = 0; int size = 50; - int to = sortedlist.length; + int to = 50; if (post != null) { offset = post.getInt("offset", 0); size = post.getInt("size", 50);