X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=isamg%2Fisamg.c;h=87166d9dc769ee7b5d0657c9aa947406cf190dc7;hb=f43c4a6c57e62f782c663b6e7b7f5dfdf7eadf7d;hp=ae25349123c2e17333ff3c6e9cc86655e6cbe8fa;hpb=896c0427df9d8eff5de6a1735dcd992e067df844;p=idzebra-moved-to-github.git diff --git a/isamg/isamg.c b/isamg/isamg.c index ae25349..87166d9 100644 --- a/isamg/isamg.c +++ b/isamg/isamg.c @@ -1,4 +1,4 @@ -/* $Id: isamg.c,v 1.2 2002-08-02 19:26:56 adam Exp $ +/* $Id: isamg.c,v 1.4 2004-11-19 10:27:10 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -90,7 +90,6 @@ struct ISAMG_PP_s { sizeof(ISAMG_BLOCK_SIZE) + \ sizeof(ISAMG_BLOCK_SIZE)) /* == 12 (was 16) */ -// sizeof(int) + int isamg_alloc_block (ISAMG is, int cat); @@ -119,7 +118,7 @@ ISAMG isamg_open (BFiles bfs, int writeflag, char *isam_type_name, Res res){ writeflag, key_isamd_m (res,&isamd_m) } else { - logf (LOG_FATAL, "isamg: Unknown isam type: %s", isam_type_name); + yaz_log (YLOG_FATAL, "isamg: Unknown isam type: %s", isam_type_name); exit(1); } } /* open */ @@ -149,7 +148,13 @@ int isamg_close (ISAMG is){ /* * $Log: isamg.c,v $ - * Revision 1.2 2002-08-02 19:26:56 adam + * Revision 1.4 2004-11-19 10:27:10 heikki + * Using the new ylog.h everywhere, and fixing what that breaks! + * + * Revision 1.3 2003/04/02 19:01:47 adam + * Remove // comment + * + * Revision 1.2 2002/08/02 19:26:56 adam * Towards GPL * * Revision 1.1 2001/01/16 19:05:45 heikki