From 1bd4d036269c5c7c59c00c07c05640a30240d651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 27 Jul 2010 02:24:16 +0200 Subject: [PATCH] Fixes... --- tools/playground/incrementalsearch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/playground/incrementalsearch.cpp b/tools/playground/incrementalsearch.cpp index 96a9039da..0e9529cf1 100644 --- a/tools/playground/incrementalsearch.cpp +++ b/tools/playground/incrementalsearch.cpp @@ -399,7 +399,7 @@ void FindVectorByLength(DFHack::ContextManager & DFMgr, vector (0,4,found,vectorAll); //sf.Filter(length * element_size,found,vectorLength); - sf.Incremental(length * element_size, found, vectorLength); + sf.Incremental(length * element_size, 4 , found, vectorLength); DF->Detach(); } }