X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fmarcdisp.c;h=b28c88e52a85176ca36cfb365fe266fc5700b5aa;hb=506058d7a9f17fcc88f899d92476fe59cc09bdfb;hp=3249b53574bc898a769c075dca4c279a4a7e7b66;hpb=b24d2d58cd28380a1969780e5e2d7c4f0719f81c;p=yaz-moved-to-github.git diff --git a/util/marcdisp.c b/util/marcdisp.c index 3249b53..b28c88e 100644 --- a/util/marcdisp.c +++ b/util/marcdisp.c @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: marcdisp.c,v $ - * Revision 1.15 2001-10-29 09:17:19 adam + * Revision 1.16 2002-01-22 10:54:46 adam + * MARC decode fix. Attribute set fix for scan in server. Prox logging. + * + * Revision 1.15 2001/10/29 09:17:19 adam * New function marc_display_exl - used by YAZ client. Server returns * bad record on position 98 (for testing). * @@ -98,7 +101,7 @@ int marc_display_wrbuf (const char *buf, WRBUF wr, int debug, identifier_length = atoi_n (buf+11, 1); else identifier_length = 2; - base_address = atoi_n (buf+12, 4); + base_address = atoi_n (buf+12, 5); length_data_entry = atoi_n (buf+20, 1); length_starting = atoi_n (buf+21, 1);