X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=recctrl%2Frectext.c;h=be7259019af4fb4314fa53c72f083b3b0317d46a;hb=7c7aeb7843c5bec48a8928f07f6498fc12b3eb72;hp=9d8d1659f44c3001a4a8ccf41e8cab2f72714358;hpb=8ee402d79e37344b08c2b54ad45b50e8327a6c03;p=idzebra-moved-to-github.git diff --git a/recctrl/rectext.c b/recctrl/rectext.c index 9d8d165..be72590 100644 --- a/recctrl/rectext.c +++ b/recctrl/rectext.c @@ -1,6 +1,6 @@ -/* $Id: rectext.c,v 1.20 2004-09-27 10:44:50 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: rectext.c,v 1.23 2005-01-15 19:38:32 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -26,7 +26,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include struct text_info { char *sep; @@ -105,7 +105,7 @@ static int text_extract (void *clientData, struct recExtractCtrl *p) struct buf_info *fi = buf_open (p); #if 0 - yaz_log(LOG_LOG, "text_extract off=%ld", + yaz_log(YLOG_LOG, "text_extract off=%ld", (long) (*fi->p->tellf)(fi->p->fh)); #endif xfree(tinfo->sep);