X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fgrs1disp.c;h=429e9fe185bb6ab6b17bd2f25cc38d28987f46b1;hp=1fd2727d5e72dba52a8fc4d96c866c40e0fb3d95;hb=8cb8947e3a7bff4dbf8f124871cb4905df1adce7;hpb=d578239b6183460779d9d34d4feeff3129dcab68 diff --git a/src/grs1disp.c b/src/grs1disp.c index 1fd2727..429e9fe 100644 --- a/src/grs1disp.c +++ b/src/grs1disp.c @@ -1,17 +1,18 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ - /** * \file grs1disp.c * \brief Implements display of GRS-1 records */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include -#include #include #include @@ -83,9 +84,9 @@ static void display_grs1(WRBUF w, Z_GenericRecord *r, int level) { char oid_name_str[OID_STR_MAX]; oid_class oclass; - const char *oid_name + const char *oid_name = yaz_oid_to_string_buf(ip, &oclass, oid_name_str); - + if (oid_name) wrbuf_printf(w, "OID: %s\n", oid_name); } @@ -102,7 +103,7 @@ static void display_grs1(WRBUF w, Z_GenericRecord *r, int level) { printf ("External\n"); /* we cannot print externals here. Srry */ - } + } else wrbuf_printf(w, "? type = %d\n",t->content->which); if (t->appliedVariant)