X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkcompare.c;h=b53c516b758b7a1b066706587796850ae8ffc5d6;hb=f00cbbbdc1df5478ce74c4a13efafc42257e4cc1;hp=eaf4d33b4fd17c781b6c5539496572e4733fb744;hpb=67700507285e0823f80e097fa0b1aae5968451bb;p=idzebra-moved-to-github.git diff --git a/index/kcompare.c b/index/kcompare.c index eaf4d33..b53c516 100644 --- a/index/kcompare.c +++ b/index/kcompare.c @@ -1,6 +1,6 @@ -/* $Id: kcompare.c,v 1.53 2004-11-04 11:47:23 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: kcompare.c,v 1.56 2005-04-13 13:03:47 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -50,10 +50,10 @@ void key_logdump_txt (int logmask, const void *p, const char *txt) strcat(formstr, "."); sprintf(formstr + strlen(formstr), ZINT_FORMAT, key.mem[i]); } - logf (logmask, "%s %s", formstr, txt); + yaz_log (logmask, "%s %s", formstr, txt); } else - logf(logmask, " (null) %s",txt); + yaz_log(logmask, " (null) %s",txt); } void key_logdump (int logmask, const void *p) @@ -281,7 +281,7 @@ ISAMS_M *key_isams_m (Res res, ISAMS_M *me) ISAMC_M *key_isamc_m (Res res, ISAMC_M *me) { - isc_getmethod (me); + isamc_getmethod (me); me->compare_item = key_compare; me->log_item = key_logdump_txt;