X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgrs1disp.c;h=9195ea0ad861f68c0f8886a6492e049b06a35c0a;hb=7a98e9bfbb9d5fe7d44822a9838e3becbdce9363;hp=43a5fa53cb2ba681da336b95a197ed757741ac8b;hpb=38ce2c71a8aa497a5c445dd36d12d0d535dea79a;p=yaz-moved-to-github.git diff --git a/src/grs1disp.c b/src/grs1disp.c index 43a5fa5..9195ea0 100644 --- a/src/grs1disp.c +++ b/src/grs1disp.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: grs1disp.c,v 1.7 2007-04-12 13:52:57 adam Exp $ + * $Id: grs1disp.c,v 1.8 2007-05-08 08:22:36 adam Exp $ */ /** @@ -77,12 +77,12 @@ static void display_grs1(WRBUF w, Z_GenericRecord *r, int level) } else if (t->content->which == Z_ElementData_oid) { - int *ip = t->content->u.oid; + Odr_oid *ip = t->content->u.oid; if (ip) { char oid_name_str[OID_STR_MAX]; - int oclass; + oid_class oclass; const char *oid_name = yaz_oid_to_string_buf(ip, &oclass, oid_name_str);