X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fkinput.c;h=9101fa788fabaa0397b71c91fa17c97c7a99ecdd;hp=cd86e329564b17201fc117884776a5ac5ebfaa20;hb=e199777080c6fa0963d51b7df1763fd5286ca9a4;hpb=2eacaa1e549428b231de5844f397466f6a44c59f diff --git a/index/kinput.c b/index/kinput.c index cd86e32..9101fa7 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,4 +1,4 @@ -/* $Id: kinput.c,v 1.85 2007-10-29 16:57:52 adam Exp $ +/* $Id: kinput.c,v 1.86 2007-10-31 16:56:14 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -389,7 +389,7 @@ void zebra_log_dict_entry(ZebraHandle zh, const char *s) zebraExplain_lookup_ord(zh->reg->zei, ord, &index_type, &db, &string_index); - zebra_term_untrans(zh, *index_type, dst, s + len); + zebra_term_untrans(zh, index_type, dst, s + len); yaz_log(YLOG_LOG, "ord=%d index_type=%s index=%s term=%s", ord, index_type, string_index, dst);