projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d53672
)
GR1-display: add comma in display
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 29 Jun 2010 08:51:37 +0000
(10:51 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 29 Jun 2010 08:51:37 +0000
(10:51 +0200)
Comma was remove by mistake in version 4.0.0.
src/grs1disp.c
patch
|
blob
|
history
diff --git
a/src/grs1disp.c
b/src/grs1disp.c
index
2f2c152
..
1fd2727
100644
(file)
--- 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)