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:
301ebe2
)
Now copied from header
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 6 Jun 2012 11:08:56 +0000
(13:08 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 6 Jun 2012 11:08:56 +0000
(13:08 +0200)
src/zoom-c.c
patch
|
blob
|
history
diff --git
a/src/zoom-c.c
b/src/zoom-c.c
index
87a340d
..
e597e24
100644
(file)
--- a/
src/zoom-c.c
+++ b/
src/zoom-c.c
@@
-1022,7
+1022,7
@@
ZOOM_API(ZOOM_facet_field)
}
ZOOM_API(ZOOM_facet_field)
- ZOOM_resultset_get_facet_by_index(ZOOM_resultset r, int index) {
+ ZOOM_resultset_get_facet_field_by_index(ZOOM_resultset r, int index) {
int num = r->num_facets;
ZOOM_facet_field *facets = r->facets;
if (index >= 0 && index < num) {