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:
6835889
)
Reindent
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 15 Mar 2010 21:49:22 +0000
(22:49 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 15 Mar 2010 21:49:22 +0000
(22:49 +0100)
src/record_conv.c
patch
|
blob
|
history
diff --git
a/src/record_conv.c
b/src/record_conv.c
index
b3ec821
..
497203e
100644
(file)
--- a/
src/record_conv.c
+++ b/
src/record_conv.c
@@
-479,7
+479,7
@@
static int yaz_record_conv_record_rule(yaz_record_conv_t p,
ret = -1;
}
else if (r->u.marc.input_format == YAZ_MARC_MARCXML ||
- r->u.marc.input_format == YAZ_MARC_TMARCXML)
+ r->u.marc.input_format == YAZ_MARC_TMARCXML)
{
xmlDocPtr doc = xmlParseMemory(wrbuf_buf(record),
wrbuf_len(record));
@@
-490,7
+490,7
@@
static int yaz_record_conv_record_rule(yaz_record_conv_t p,
}
else
{
- ret = yaz_marc_read_xml(mt, xmlDocGetRootElement(doc));
+ ret = yaz_marc_read_xml(mt, xmlDocGetRootElement(doc));
if (ret)
wrbuf_printf(p->wr_error, "yaz_marc_read_xml failed");
}