projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3252229
)
Fix copy and paste code
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 11 Nov 2010 12:04:57 +0000
(13:04 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 11 Nov 2010 12:04:57 +0000
(13:04 +0100)
src/icu_chain.c
patch
|
blob
|
history
diff --git
a/src/icu_chain.c
b/src/icu_chain.c
index
8cc9a64
..
4bf1f14
100644
(file)
--- a/
src/icu_chain.c
+++ b/
src/icu_chain.c
@@
-176,7
+176,7
@@
struct icu_chain_step *icu_chain_step_clone(struct icu_chain_step *old)
(*sp)->u.tokenizer = icu_tokenizer_clone(old->u.tokenizer);
break;
case YAZ_chain_step_type_stemming:
- yaz_stemmer_clone(step->u.stemmer);
+ (*sp)->u.stemmer = yaz_stemmer_clone(old->u.stemmer);
break;
case ICU_chain_step_type_none:
break;