projects
/
idzebra-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:
b3971ce
)
Fixed call to zebra_snippets_log
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 Jul 2008 08:56:50 +0000
(10:56 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 Jul 2008 08:56:50 +0000
(10:56 +0200)
index/retrieve.c
patch
|
blob
|
history
diff --git
a/index/retrieve.c
b/index/retrieve.c
index
e10047e
..
f5e6bb6
100644
(file)
--- a/
index/retrieve.c
+++ b/
index/retrieve.c
@@
-571,7
+571,7
@@
static int snippet_fetch(
/* for debugging purposes */
yaz_log(YLOG_LOG, "---------------------------");
yaz_log(YLOG_LOG, "REC SNIPPET:");
- zebra_snippets_log(rec_snippet, YLOG_LOG, 1);
+ zebra_snippets_log(rec_snippets, YLOG_LOG, 1);
yaz_log(YLOG_LOG, "---------------------------");
yaz_log(YLOG_LOG, "HIT SNIPPET:");
zebra_snippets_log(hit_snippet, YLOG_LOG, 1);