From: Adam Dickmeiss Date: Tue, 2 Feb 2010 11:26:50 +0000 (+0100) Subject: Enable icu_chain_step_clone X-Git-Tag: v4.0.2~20 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=c16ca7db71f13d0dba5002a4d9c28438c18c06f7;hp=7265cad51feddec535b81f94e644712618b76ecf Enable icu_chain_step_clone --- diff --git a/src/icu_chain.c b/src/icu_chain.c index 512c2b1..eb52978 100644 --- a/src/icu_chain.c +++ b/src/icu_chain.c @@ -423,11 +423,7 @@ struct icu_iter *icu_iter_create(struct icu_chain *chain, iter->sort8 = icu_buf_utf8_create(0); iter->token_count = 0; iter->last = 0; /* no last returned string (yet) */ -#if 0 iter->steps = icu_chain_step_clone(chain->csteps); -#else - iter->steps = 0; -#endif /* fill and assign input string.. It will be 0 after first iteration */