X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Fsafari.c;h=a3a98cb8b0d7ecca8d1d765edc18ca03a341dd54;hb=deff57cfa9d9b39c4a4f1c9b82a64c6e61d821a4;hp=b3b7d6e20a77a3eb3d6f2d21a746db6acc0ef3d9;hpb=b09c1d0aa414cb43fb667be54a29b3cc7279ea85;p=idzebra-moved-to-github.git diff --git a/recctrl/safari.c b/recctrl/safari.c index b3b7d6e..a3a98cb 100644 --- a/recctrl/safari.c +++ b/recctrl/safari.c @@ -1,4 +1,4 @@ -/* $Id: safari.c,v 1.4 2005-03-05 09:19:16 adam Exp $ +/* $Id: safari.c,v 1.6 2005-03-30 09:25:24 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -25,7 +25,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include #include struct safari_info { @@ -129,7 +129,9 @@ static int safari_extract(void *clientData, struct recExtractCtrl *p) int nor = 0; char field[40]; char *cp; +#if 0 yaz_log(YLOG_LOG, "safari line: %s", line); +#endif if (sscanf(line, ZINT_FORMAT " " ZINT_FORMAT " " ZINT_FORMAT " %39s %n", &recWord.record_id, &recWord.section_id, &recWord.seqno, field, &nor) < 4)