* Copyright (c) 1995-2003, Index Data
* See the file LICENSE for details.
*
- * $Id: marcdisp.c,v 1.2 2003-12-11 00:37:22 adam Exp $
+ * $Id: marcdisp.c,v 1.3 2003-12-17 12:28:07 adam Exp $
*/
#if HAVE_CONFIG_H
if (entry_p >= record_length)
return -1;
}
+ if (mt->debug && base_address != entry_p+1)
+ {
+ wrbuf_printf (wr," <!-- base address not at end of directory "
+ "base=%d end=%d -->\n", base_address, entry_p+1);
+ }
base_address = entry_p+1;
if (mt->xml == YAZ_MARC_ISO2709)