X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fgrs1disp.c;h=29b63046911b728bc55d9d1b561b418cd6d03e78;hb=7b1bbfddfb6e9d68c645388e3279a4990a6592ef;hp=2f2c152503708830c841d62cf0f1a15f38f69d83;hpb=ffe862e36b8b60b1197b223cec0b78482cbd7763;p=yaz-moved-to-github.git diff --git a/src/grs1disp.c b/src/grs1disp.c index 2f2c152..29b6304 100644 --- a/src/grs1disp.c +++ b/src/grs1disp.c @@ -1,12 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 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 @@ -49,7 +51,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)