X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fclient.c;h=fd12e2db1cf2149a60cf6795a2303f0feb7930c1;hb=d5841c7c5616c3259c78e90cbf8e5e96ebd3ab31;hp=de3740fc93ad3aaad323a08ce32ed0a4429c6391;hpb=9c459af695605b44a044ad206562818be10034f1;p=yaz-moved-to-github.git diff --git a/client/client.c b/client/client.c index de3740f..fd12e2d 100644 --- a/client/client.c +++ b/client/client.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: client.c,v $ - * Revision 1.21 1995-09-29 17:01:47 quinn + * Revision 1.22 1995-10-11 14:49:12 quinn + * Smallish. + * + * Revision 1.21 1995/09/29 17:01:47 quinn * More Windows work * * Revision 1.20 1995/08/29 14:24:13 quinn @@ -317,7 +320,9 @@ void display_grs1(Z_GenericRecord *r, int level) } else if (t->content->which == Z_ElementData_string) printf("%s\n", t->content->u.string); - else + else if (t->content->which == Z_ElementData_numeric) + printf("%d\n", *t->content->u.numeric); + else printf("??????\n"); } }