X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frpnsearch.c;h=7858cfd7a951121ae6919122fdd8da33fcd3b01e;hb=d8deeadf0ff6606e63ce21b2b2499a40d69e482c;hp=b9350c82c3ad1716956528dcbc20c21d25c03e0b;hpb=de23bf389661453824039451e218797d0b924523;p=idzebra-moved-to-github.git diff --git a/index/rpnsearch.c b/index/rpnsearch.c index b9350c8..7858cfd 100644 --- a/index/rpnsearch.c +++ b/index/rpnsearch.c @@ -1,4 +1,4 @@ -/* $Id: rpnsearch.c,v 1.22 2007-11-13 13:41:51 adam Exp $ +/* $Id: rpnsearch.c,v 1.23 2007-11-15 08:53:25 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -1137,7 +1137,7 @@ static ZEBRA_RES string_term(ZebraHandle zh, Z_AttributesPlusTerm *zapt, { WRBUF pr_wr = wrbuf_alloc(); - wrbuf_verbose_str(pr_wr, wrbuf_buf(term_dict), wrbuf_len(term_dict)); + wrbuf_write_escaped(pr_wr, wrbuf_buf(term_dict), wrbuf_len(term_dict)); yaz_log(YLOG_LOG, "dict_lookup_grep: %s", wrbuf_cstr(pr_wr)); wrbuf_destroy(pr_wr); }