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:
5a3e6fa
)
Using different ICU diagnostic code
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 11 Nov 2010 13:23:16 +0000
(14:23 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 11 Nov 2010 13:23:16 +0000
(14:23 +0100)
src/stemmer.c
patch
|
blob
|
history
diff --git
a/src/stemmer.c
b/src/stemmer.c
index
5829d9f
..
eca3c2a
100644
(file)
--- a/
src/stemmer.c
+++ b/
src/stemmer.c
@@
-47,7
+47,7
@@
yaz_stemmer_p yaz_stemmer_snowball_create(const char *locale, const char *rule,
yaz_stemmer_p yaz_stemmer;
yaz_log(YLOG_DEBUG, "create snowball stemmer: algoritm %s charenc %s ", algorithm, charenc);
if (stemmer == 0) {
- *status = U_ARGUMENT_TYPE_MISMATCH;
+ *status = U_ILLEGAL_ARGUMENT_ERROR;
yaz_log(YLOG_DEBUG, "failed to create stemmer. Creating NOP stemmer");
return 0;