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:
6f64e76
)
yaz_oi_get_facetlist_oid: odr=0 for yaz_oi_update
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 4 Aug 2010 08:55:29 +0000
(10:55 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 4 Aug 2010 08:55:29 +0000
(10:55 +0200)
This is because we do not want otherinformation entries to
be created by this call.
src/otherinfo.c
patch
|
blob
|
history
diff --git
a/src/otherinfo.c
b/src/otherinfo.c
index
52f6c9a
..
b022460
100644
(file)
--- a/
src/otherinfo.c
+++ b/
src/otherinfo.c
@@
-204,7
+204,7
@@
Z_FacetList *yaz_oi_get_facetlist_oid (
{
Z_External *z_external = 0;
Z_OtherInformationUnit *oi =
- yaz_oi_update(otherInformation, odr, oid, categoryValue, delete_flag);
+ yaz_oi_update(otherInformation, 0, oid, categoryValue, delete_flag);
if (!oi)
return 0;
z_external = oi->information.externallyDefinedInfo;