X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgrs1disp.c;h=1fd2727d5e72dba52a8fc4d96c866c40e0fb3d95;hb=eb68779c8a1e2ea059b5cf1a790e5047e3190bf2;hp=2f2c152503708830c841d62cf0f1a15f38f69d83;hpb=ffe862e36b8b60b1197b223cec0b78482cbd7763;p=yaz-moved-to-github.git diff --git a/src/grs1disp.c b/src/grs1disp.c index 2f2c152..1fd2727 100644 --- a/src/grs1disp.c +++ b/src/grs1disp.c @@ -49,7 +49,7 @@ static void display_grs1(WRBUF w, Z_GenericRecord *r, int level) t = r->elements[i]; wrbuf_printf(w, "("); if (t->tagType) - wrbuf_printf(w, ODR_INT_PRINTF, *t->tagType); + wrbuf_printf(w, ODR_INT_PRINTF ",", *t->tagType); else wrbuf_printf(w, "?,"); if (t->tagValue->which == Z_StringOrNumeric_numeric)