From 8a2cdc1581e018984a7bd5c34d510c7c32eef3f1 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 3 Jan 2011 10:31:42 +0000 Subject: =?UTF-8?q?=E2=80=A2=20fixed=20by=20mistake=20setting=20of=20initi?= =?UTF-8?q?alField=20to=20nil=20instead=20of=20initialFiledNames=20if=20in?= =?UTF-8?q?itialField=20is=20not=20nil=20-=20this=20should=20fix=20i933?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPIndexesController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPIndexesController.m') diff --git a/Source/SPIndexesController.m b/Source/SPIndexesController.m index 27b4471d..c26eb0c7 100644 --- a/Source/SPIndexesController.m +++ b/Source/SPIndexesController.m @@ -189,7 +189,7 @@ static const NSString *SPNewIndexKeyBlockSize = @"IndexKeyBlockSize"; } } - if (initialField) [indexedFieldNames release], initialField = nil; + if (initialField) [indexedFieldNames release], indexedFieldNames = nil; // Reset the indexed columns [indexedFields removeAllObjects]; -- cgit v1.2.3