From 9b0948cb4ca21bda7c0d0ed78f9849f30322b8d6 Mon Sep 17 00:00:00 2001 From: fuchsi Date: Thu, 4 Oct 2007 10:58:01 +0000 Subject: [PATCH] gnarf. mixed up the positions. finally fixed... git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4143 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/data/htmlTools.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/data/htmlTools.java b/source/de/anomic/data/htmlTools.java index 0d181040d..f994d6621 100644 --- a/source/de/anomic/data/htmlTools.java +++ b/source/de/anomic/data/htmlTools.java @@ -54,7 +54,7 @@ public class htmlTools { continue search; } // not found match - sb.append(text.charAt(spos)); + sb.append(text.charAt(textpos)); textpos++; }