X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zoom%2Fzoomsh.c;h=0bbd70bc727c9f9b35dece0cad29400b03cf5962;hp=25b220e06560a13262760cd8d14e0027e8663e96;hb=7a4064cd15f6c6b34c1180e1bc51f0d0e90da320;hpb=3bfe867a001cb4e4f88d47541f77a21027719bd5 diff --git a/zoom/zoomsh.c b/zoom/zoomsh.c index 25b220e..0bbd70b 100644 --- a/zoom/zoomsh.c +++ b/zoom/zoomsh.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: zoomsh.c,v 1.45 2007-03-21 11:27:47 adam Exp $ + * $Id: zoomsh.c,v 1.46 2007-04-12 13:52:58 adam Exp $ */ /** \file zoomsh.c @@ -28,7 +28,6 @@ #include #include #include -#include #define MAX_CON 100 @@ -204,10 +203,8 @@ static void display_records (ZOOM_connection c, /* if rec is non-null, we got a record for display */ if (rec) { - char oidbuf[100]; - (void) oid_name_to_dotstring(CLASS_RECSYN, syntax, oidbuf); - printf ("%d %s %s (%s)\n", - pos, (db ? db : "unknown"), syntax, oidbuf); + printf ("%d %s %s\n", + pos, (db ? db : "unknown"), syntax); if (render) fwrite (render, 1, len, stdout); printf ("\n");